Skip to content

Commit

Permalink
[travis] G++5
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonRohou committed Nov 1, 2020
1 parent e717732 commit e0ca60a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ matrix:
- docker run --rm -v `pwd`:/io $DOCKER_IMAGE /io/scripts/docker/build_pybinding.sh
- ls wheelhouse
# Other environments for C++ tests (g++ versions, trees..)
- os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-5
env:
- MATRIX_EVAL="CC=gcc-5 && CXX=g++-5"
# todo - os: linux
# todo addons:
# todo apt:
# todo sources:
# todo - ubuntu-toolchain-r-test
# todo packages:
# todo - g++-5
# todo env:
# todo - MATRIX_EVAL="CC=gcc-5 && CXX=g++-5"
# todo - os: linux
# todo addons:
# todo apt:
Expand Down

0 comments on commit e0ca60a

Please sign in to comment.