Skip to content

Commit

Permalink
Use GCC 8 on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
lethal-guitar committed May 1, 2019
1 parent c4c9a53 commit bda8591
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -19,7 +19,7 @@ matrix:
packages:
- libsdl2-dev
- libsdl2-mixer-dev
- g++-7
- g++-8
- boost1.67
sources:
- ubuntu-toolchain-r-test
Expand All @@ -43,8 +43,8 @@ before_install:
unset rigel_llvm_path;
fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
export CC=gcc-7;
export CXX=g++-7;
export CC=gcc-8;
export CXX=g++-8;
fi

before_script:
Expand Down

0 comments on commit bda8591

Please sign in to comment.