Do not run boostdep, it returns -1 without arguments and fails the job

This commit is contained in:
Peter Dimov
2018-09-22 02:40:40 +03:00
parent 2f7fe084ed
commit f0b1139877

View File

@@ -46,7 +46,6 @@ matrix:
- mkdir __build__ && cd __build__
- cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=~ ..
- cmake --build . --target install
- ~/bin/boostdep
install:
- BOOST_BRANCH=develop && [ "$TRAVIS_BRANCH" == "master" ] && BOOST_BRANCH=master || true