From 60fa66b50e58e1ca210cbab59ac91dec09597c19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Pettersson?= Date: Thu, 12 Apr 2018 22:29:32 +0200 Subject: [PATCH] Update Travis configuration --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6908f97..cfe6b1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ env: install: # install libsodium, required by libtoxcore - mkdir libsodium && pushd libsodium - && curl -fSsL "https://download.libsodium.org/libsodium/releases/libsodium-1.0.11.tar.gz" + && curl -fSsL "https://download.libsodium.org/libsodium/releases/libsodium-1.0.16.tar.gz" | tar -xz --strip-components 1 && ./configure --prefix="$DEPENDENCY_DIR" && make install @@ -23,7 +23,7 @@ install: # install libtoxcore - mkdir c-toxcore && pushd c-toxcore - && curl -fSsL "https://github.com/TokTok/c-toxcore/archive/v0.1.6.tar.gz" + && curl -fSsL "https://github.com/TokTok/c-toxcore/archive/v0.2.1.tar.gz" | tar -xz --strip-components 1 && autoreconf -if && ./configure --disable-ntox --disable-tests --disable-daemon