Merge pull request #1219 from pmienk/master

Update travis script to configure with libsodium.
This commit is contained in:
Pieter Hintjens 2014-10-19 09:08:30 +02:00
commit b1d766a39a

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