Skip to content

Commit 2199e1b

Browse files
committed
.travis.yml: try with gcc 8
1 parent a492b73 commit 2199e1b

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
@@ -54,6 +54,16 @@ matrix:
5454
env:
5555
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
5656

57+
- os: linux
58+
addons:
59+
apt:
60+
sources:
61+
- ubuntu-toolchain-r-test
62+
packages:
63+
- g++-8 gcc-8-plugin-dev
64+
env:
65+
- MATRIX_EVAL="CC=gcc-8 && CXX=g++-8"
66+
5767
language: c
5868
compiler:
5969
- gcc

0 commit comments

Comments
 (0)