Skip to content

Commit

Permalink
Correct boost version
Browse files Browse the repository at this point in the history
  • Loading branch information
hivert committed Oct 24, 2018
1 parent bc828ad commit 9cc6234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/travis-boost-test-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo "Git version:"
git --version

echo "installing boost tests from sources"
wget --no-verbose --output-document=boost-trunk.tar.bz2 http://sourceforge.net/projects/boost/files/boost/1.55.0/boost_1_55_0.tar.bz2/download
wget --no-verbose --output-document=boost-trunk.tar.bz2 http://sourceforge.net/projects/boost/files/boost/1.60.0/boost_1_60_0.tar.bz2/download
export BOOST_ROOT="$TRAVIS_BUILD_DIR/../boost-trunk"
export CMAKE_MODULE_PATH="$BOOST_ROOT"
mkdir -p $BOOST_ROOT
Expand Down

0 comments on commit 9cc6234

Please sign in to comment.