Skip to content

Commit 84438c4

Browse files
authored
Add test build on gcc-9 (#167)
1 parent c742465 commit 84438c4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,15 @@ matrix:
241241
- g++-8
242242
env:
243243
- MATRIX_EVAL="CC=gcc-8 && CXX=g++-8"
244+
- os: linux
245+
addons:
246+
apt:
247+
sources:
248+
- ubuntu-toolchain-r-test
249+
packages:
250+
- g++-9
251+
env:
252+
- MATRIX_EVAL="CC=gcc-9 && CXX=g++-9"
244253
- os: linux
245254
addons:
246255
apt:

0 commit comments

Comments
 (0)