Commit 7c33d91a authored by Phillip Mienk's avatar Phillip Mienk

Update travis script to configure with libsodium.

parent 39b8ac30
...@@ -11,5 +11,5 @@ before_script: ...@@ -11,5 +11,5 @@ before_script:
# Build and check this project # Build and check this project
script: script:
- ./autogen.sh && ./configure && make && make check - ./autogen.sh && ./configure --with-libsodium=yes && make && make check
- sudo make install - sudo make install
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment