Switch to boost_1_61_0 name.

This commit is contained in:
Vladimir Prus 2016-03-31 08:15:43 -04:00
parent 48015c7745
commit 27c46d6ee2

View file

@ -202,7 +202,7 @@ script:
cd "${TRAVIS_BUILD_DIR}/.."
wget "https://raw.githubusercontent.com/boostorg/release-tools/develop/MakeBoostDistro.py"
chmod +x MakeBoostDistro.py
export BOOST_RELEASE=boost_1_61_0_b1_rc2
export BOOST_RELEASE=boost_1_61_0
./MakeBoostDistro.py "${TRAVIS_BUILD_DIR}" "${BOOST_RELEASE}"
fi