Skip to content

Commit 8276f91

Browse files
committed
.travis.yml: add gcc-9
1 parent a4f579c commit 8276f91

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,16 @@ matrix:
6464
env:
6565
- MATRIX_EVAL="CC=gcc-8 && CXX=g++-8"
6666

67+
- os: linux
68+
addons:
69+
apt:
70+
sources:
71+
- ubuntu-toolchain-r-test
72+
packages:
73+
- g++-9 gcc-9-plugin-dev
74+
env:
75+
- MATRIX_EVAL="CC=gcc-9 && CXX=g++-9"
76+
6777
language: c
6878
compiler:
6979
- gcc

0 commit comments

Comments
 (0)