Fix .travis.yml

This commit is contained in:
Peter Dimov
2017-06-18 02:20:00 +03:00
parent d9296befa8
commit 2e469dd7f3

View File

@ -285,7 +285,7 @@ matrix:
env: TOOLSET=clang COMPILER=clang++ CXXSTD=c++1z
install:
- BOOST_BRANCH=develop && [ "$TRAVIS_BRANCH" == "master" ] && BOOST_BRANCH=master
- BOOST_BRANCH=develop && [ "$TRAVIS_BRANCH" == "master" ] && BOOST_BRANCH=master || true
- cd ..
- git clone -b $BOOST_BRANCH https://github.com/boostorg/boost.git boost-root
- cd boost-root