1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 14:37:44 +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 d5f59a72f0
commit 5cf7281fc2

View file

@ -18,7 +18,7 @@ matrix:
- clang-6.0 - clang-6.0
- g++-7 - g++-7
env: env:
- MATRIX_EVAL="CC=clang-6.0 && CXX=clang++-6.0" - MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
# Setup cache # Setup cache
cache: cache: