Skip to content

Commit b7ccea3

Browse files
committed
[CI] [Temporary] GCC 5
Use GCC 5 to trigger compiler errors with non-default C++14 compilers.
1 parent 8859747 commit b7ccea3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,15 @@ addons:
1717
- proj-bin
1818
- libgeos-dev
1919
- libopenmpi-dev
20+
- gcc-5
21+
- g++-5
2022

2123
env:
2224
global:
2325
PIP=pip
2426
HOMEBREW_NO_AUTO_UPDATE=1
27+
CC=gcc-5
28+
CXX=g++-5
2529

2630
before_install:
2731
- source tests/travis_before_install.sh

0 commit comments

Comments
 (0)