Commit b1d766a3 authored by Pieter Hintjens's avatar Pieter Hintjens

Merge pull request #1219 from pmienk/master

Update travis script to configure with libsodium.
parents 607fa58b 7c33d91a
...@@ -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