mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-01 00:27:44 +00:00
update travis config to use g++-8
This commit is contained in:
parent
db37d9ea3c
commit
88bce0622e
1 changed files with 3 additions and 2 deletions
|
@ -14,9 +14,10 @@ matrix:
|
||||||
sources:
|
sources:
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
packages:
|
packages:
|
||||||
- g++-7
|
- g++-8
|
||||||
env:
|
env:
|
||||||
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
|
- MATRIX_EVAL="CC=gcc-8 && CXX=g++-8"
|
||||||
|
- CXX=g++-8
|
||||||
|
|
||||||
# Setup cache
|
# Setup cache
|
||||||
cache:
|
cache:
|
||||||
|
|
Loading…
Add table
Reference in a new issue