Skip to content

Commit

Permalink
gcc8
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrausch committed Feb 25, 2020
1 parent 690de63 commit 05473d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ matrix:
- ubuntu-toolchain-r-test
packages:
- g++-6
- env: MYCC="gcc-9" MYCXX="g++-9"
- env: MYCC="gcc-8" MYCXX="g++-8"
os: linux
addons: &gcc9
addons: &gcc8
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-9
- g++-8
- env: MYCC="gcc" MYCXX="g++"
os: osx
osx_image: xcode8.3
Expand Down

0 comments on commit 05473d0

Please sign in to comment.