Skip to content

Commit

Permalink
travis: add gcc-8 to CI (sass#2889)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahorek authored and xzyfer committed May 19, 2019
1 parent 8d220b7 commit 0d08be9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ matrix:
- ubuntu-toolchain-r-test
packages:
- g++-5
- os: linux
compiler: g++-8
env: AUTOTOOLS=yes COVERAGE=no BUILD=shared
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-8
- os: linux
compiler: clang
# This build runs with ASan and we set `detect_odr_violation=0`
Expand Down

0 comments on commit 0d08be9

Please sign in to comment.