Skip to content

Commit cf8b472

Browse files
committed
Updated TravisCI.
1 parent c8ea33e commit cf8b472

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ addons:
1111
sources:
1212
- ubuntu-toolchain-r-test
1313
packages:
14-
- gcc-5
15-
- g++-5
14+
- gcc-8
15+
- g++-8
1616
- clang
1717

1818
script:
19-
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then make test CXX="g++-5" CC="gcc-5"; fi
19+
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then make test CXX="g++-8" CC="gcc-8"; fi
2020
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then make test; fi
2121

2222
branches:

0 commit comments

Comments
 (0)