build with gcc on Linux

This commit is contained in:
Benjamin Sergeant 2019-05-13 17:35:21 -07:00
parent 80a90496d9
commit 79c17aba49

View File

@ -12,8 +12,8 @@ matrix:
dist: xenial dist: xenial
script: python test/run.py script: python test/run.py
env: env:
- CC=clang - CC=gcc
- CXX=clang++ - CXX=g++
# Clang + Linux disabled for now # Clang + Linux disabled for now
# - os: linux # - os: linux