From 0724bad593d6ff1c7becccfa42e743f5f0205862 Mon Sep 17 00:00:00 2001 From: TLINDEN Date: Tue, 14 Apr 2015 18:25:31 +0200 Subject: [PATCH] next try, sodium version test failed, maybe the path were wrong? --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2078f57..4dcf5c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ before_install: - git clone https://github.com/jedisct1/libsodium - cd libsodium - ./autogen.sh - - ./configure + - ./configure --prefix=/usr - make - sudo make install - cd .. @@ -16,6 +16,8 @@ compiler: - gcc script: - ./configure + - gcc sv.c -lsodium -o sv + - ./sv - make - make check - make test