Skip to content

Commit

Permalink
Switch to GCC 8 on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
johang committed Jun 12, 2018
1 parent 29f4eb7 commit 2e19c6c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -2,11 +2,11 @@ language: cpp
matrix:
include:
- os: linux
env: LIBTORRENT_BRANCH=master TOOLCHAIN="CXX=g++-7 CC=gcc-7 CPP=cpp-7"
env: LIBTORRENT_BRANCH=master TOOLCHAIN="CXX=g++-8 CC=gcc-8 CPP=cpp-8"
- os: linux
env: LIBTORRENT_BRANCH=RC_1_1 TOOLCHAIN="CXX=g++-7 CC=gcc-7 CPP=cpp-7"
env: LIBTORRENT_BRANCH=RC_1_1 TOOLCHAIN="CXX=g++-8 CC=gcc-8 CPP=cpp-8"
- os: linux
env: LIBTORRENT_BRANCH=RC_1_0 TOOLCHAIN="CXX=g++-7 CC=gcc-7 CPP=cpp-7"
env: LIBTORRENT_BRANCH=RC_1_0 TOOLCHAIN="CXX=g++-8 CC=gcc-8 CPP=cpp-8"
- os: osx
env: LIBTORRENT_BRANCH=master
- os: osx
Expand All @@ -15,7 +15,7 @@ matrix:
env: LIBTORRENT_BRANCH=RC_1_0
allow_failures:
- os: linux
env: LIBTORRENT_BRANCH=master TOOLCHAIN="CXX=g++-7 CC=gcc-7 CPP=cpp-7"
env: LIBTORRENT_BRANCH=master TOOLCHAIN="CXX=g++-8 CC=gcc-8 CPP=cpp-8"
- os: osx
env: LIBTORRENT_BRANCH=master
env:
Expand All @@ -33,7 +33,7 @@ addons:
- libboost1.55-tools-dev
- libfuse-dev
- libcurl4-openssl-dev
- g++-7
- g++-8
before_install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then
brew update;
Expand Down

0 comments on commit 2e19c6c

Please sign in to comment.