mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 06:27:45 +00:00
Updated travis to use gcc for the time being
This commit is contained in:
parent
d5f59a72f0
commit
5cf7281fc2
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ matrix:
|
|||
- clang-6.0
|
||||
- g++-7
|
||||
env:
|
||||
- MATRIX_EVAL="CC=clang-6.0 && CXX=clang++-6.0"
|
||||
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
|
||||
|
||||
# Setup cache
|
||||
cache:
|
||||
|
|
Loading…
Add table
Reference in a new issue