Skip to content

Commit 0d08be9

Browse files
ahorekxzyfer
authored andcommitted
travis: add gcc-8 to CI (#2889)
1 parent 8d220b7 commit 0d08be9

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
@@ -32,6 +32,15 @@ matrix:
3232
- ubuntu-toolchain-r-test
3333
packages:
3434
- g++-5
35+
- os: linux
36+
compiler: g++-8
37+
env: AUTOTOOLS=yes COVERAGE=no BUILD=shared
38+
addons:
39+
apt:
40+
sources:
41+
- ubuntu-toolchain-r-test
42+
packages:
43+
- g++-8
3544
- os: linux
3645
compiler: clang
3746
# This build runs with ASan and we set `detect_odr_violation=0`

0 commit comments

Comments
 (0)