Skip to content

Commit

Permalink
travis: use gcc-8
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Feb 8, 2020
1 parent a84494e commit 50b708f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ addons:
apt:
packages:
- automake
- colorgcc
- debootstrap
- fakeroot
- gcc-8
- libjemalloc1
- libtool
- lsb-release
Expand All @@ -31,11 +31,13 @@ script:
env:

global:
- GCC_COLORS=error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01
- TEST_DEBOOTSTRAP=1
- TEST_DEBOOTSTRAP_CACHE=cache

matrix:
- TRAVIS_CC=colorgcc EXTRA_CFLAGS='-Wall -Werror'
- TRAVIS_CC=gcc EXTRA_CFLAGS='-Wall -Werror -fdiagnostics-color=always'
- TRAVIS_CC=gcc-8 EXTRA_CFLAGS='-Wall -Werror -fdiagnostics-color=always'
- TRAVIS_CC=clang EXTRA_CFLAGS='-Wall -Werror'
- TRAVIS_CC=clang EXTRA_CFLAGS='-std=c11 -Wall -Werror'

Expand Down

0 comments on commit 50b708f

Please sign in to comment.