From 7c33d91a78ee5cbe9634e9b606f542bee15a91d1 Mon Sep 17 00:00:00 2001 From: Phillip Mienk Date: Sat, 18 Oct 2014 19:23:37 -0700 Subject: [PATCH] Update travis script to configure with libsodium. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 699951be..f103646d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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