travis-ci: try to use clang on Linux
This commit is contained in:
parent
02a704a8c7
commit
9f678e5962
@ -1,4 +1,9 @@
|
|||||||
language: cpp
|
language: cpp
|
||||||
# dist: xenial
|
dist: xenial
|
||||||
os: osx
|
|
||||||
|
compiler:
|
||||||
|
- clang
|
||||||
|
# - gcc
|
||||||
|
|
||||||
|
# os: osx
|
||||||
script: make test
|
script: make test
|
||||||
|
Loading…
Reference in New Issue
Block a user