Skip to content

Commit

Permalink
Update Travis gcc to version 8
Browse files Browse the repository at this point in the history
  • Loading branch information
freeekanayaka committed Aug 17, 2018
1 parent c7a20cc commit e374516
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@ matrix:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6
- gcc-8
- lcov
env:
- MATRIX_EVAL="CC=gcc-6 && CXX=g++-6"
- MATRIX_EVAL="CC=gcc-8"
- os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6
- gcc-8
- lcov
- zlib1g-dev
env:
- MATRIX_EVAL="CC=gcc-6 && CXX=g++-6 AC_FLAGS=--enable-experimental"
- MATRIX_EVAL="CC=gcc-8 AC_FLAGS=--enable-experimental"

after_success:
- bash <(curl -s https://codecov.io/bash) -g "./test*"

0 comments on commit e374516

Please sign in to comment.