1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-07 11:17:46 +00:00

Updated travis to use gcc for the time being

This commit is contained in:
mordred 2018-10-24 16:04:19 +02:00
parent 8272eda1fa
commit 87f04c2e30

View file

@ -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: