Use boost 1.67.0 in tests

This commit is contained in:
Daniel James 2018-04-15 22:14:40 +01:00
parent 6cf0342322
commit f3649e4ae0
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ before_install:
- if [ -n $enable_coverage ]; then pip install --user cpp-coveralls; fi
before_script:
- export BOOST_VERSION=1.66.0
- export BOOST_FILENAME=boost_1_66_0
- export BOOST_VERSION=1.67.0
- export BOOST_FILENAME=boost_1_67_0
- export BOOST_ROOT=${HOME}/boost
- cd ${TRAVIS_BUILD_DIR}
- touch Jamroot.jam