From dd85b16166f9511f34f300332786d370e569d2e7 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Tue, 6 Dec 2016 10:56:19 +0000 Subject: [PATCH] Update the snapshot in travis I've forgotten why I'm not using a stable release, but really should try to avoid using snapshots for this reason. Or at least port the code for downloading snapshots for the website. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 01420b5e..021f815a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,9 +49,9 @@ before_script: echo "using clang : m32 : clang++ -m32 -Werror --std=c++03 ;" >> ~/user-config.jam echo "using clang : std11m32 : clang++ -m32 -Werror --std=c++11 ;" >> ~/user-config.jam - cat ~/user-config.jam - - wget -O boost.tar.bz2 https://sourceforge.net/projects/boost/files/boost/snapshots/master/boost_1_62_0.tar.bz2/download + - wget -O boost.tar.bz2 https://sourceforge.net/projects/boost/files/boost/snapshots/master/boost_1_63_0.tar.bz2/download - tar -xjf boost.tar.bz2 - - mv boost_1_62_0 boost + - mv boost_1_63_0 boost - rm -r boost/boost/unordered script: