From c8061d47d7b3f4e48fe8923cb981720ae3906c56 Mon Sep 17 00:00:00 2001 From: Ansa89 Date: Tue, 10 May 2016 18:27:13 +0200 Subject: [PATCH] travis.yml: update libsodium version to 1.0.10 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9fc3752c..30175c43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,9 +20,9 @@ before_script: - make -j3 - cd .. # install sodium, as it's not in Ubuntu Trusty - - git clone git://github.com/jedisct1/libsodium.git + - git clone https://github.com/jedisct1/libsodium.git - cd libsodium - - git checkout tags/1.0.8 + - git checkout tags/1.0.10 - ./autogen.sh - ./configure - make -j3