Skip to content

Commit 122743a

Browse files
committed
Switch CMake CI build to GCC 9
1 parent c22205a commit 122743a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,9 @@ matrix:
251251
addons:
252252
apt:
253253
sources: ['ubuntu-toolchain-r-test']
254-
packages: ['g++-8']
254+
packages: ['g++-9']
255255
env:
256-
- CXX=g++-8
256+
- CXX=g++-9
257257
script:
258258
- $CXX --version
259259
- mkdir build

0 commit comments

Comments
 (0)