Update travis script to configure with libsodium.

This commit is contained in:
Phillip Mienk 2014-10-18 19:23:37 -07:00
parent 39b8ac303a
commit 7c33d91a78

View File

@ -11,5 +11,5 @@ before_script:
# Build and check this project
script:
- ./autogen.sh && ./configure && make && make check
- ./autogen.sh && ./configure --with-libsodium=yes && make && make check
- sudo make install