Skip to content

Commit

Permalink
Don't require boost 1.67 on CI anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Aug 13, 2019
1 parent 9aa6e9f commit b0480ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ jobs:
env:
- MATRIX_EVAL="CXX=g++-8 && CC=gcc-8"
- BUILD_TYPE=Debug
- BOOST_VERSION=1.67.0
addons:
apt:
<<: *defApt
Expand All @@ -119,7 +118,6 @@ jobs:
- MATRIX_EVAL="CXX=clang++-8 && CC=clang-8"
- BUILD_TYPE=Debug
- ADDITIONAL_CMAKE_FLAGS="-DRTTR_EXTERNAL_BUILD_TESTING=ON -DRTTR_ENABLE_SANITIZERS=ON"
- BOOST_VERSION=1.67.0
- <<: *latest-clang-externals
env:
- MATRIX_EVAL="CXX=clang++-8 && CC=clang-8"
Expand Down

0 comments on commit b0480ab

Please sign in to comment.