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.
This commit is contained in:
Daniel James
2016-12-06 10:56:19 +00:00
parent 03a597983e
commit dd85b16166

View File

@ -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: