more conf in CI
This commit is contained in:
parent
6a23b8530f
commit
49077f8f44
12
.travis.yml
12
.travis.yml
@ -2,8 +2,16 @@ language: cpp
|
|||||||
dist: xenial
|
dist: xenial
|
||||||
|
|
||||||
compiler:
|
compiler:
|
||||||
|
- gcc
|
||||||
- clang
|
- clang
|
||||||
# - gcc
|
os:
|
||||||
|
- linux
|
||||||
|
- osx
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
exclude:
|
||||||
|
# GCC fails on recent Travis OSX images.
|
||||||
|
- compiler: gcc
|
||||||
|
os: osx
|
||||||
|
|
||||||
# os: osx
|
|
||||||
script: python test/run.py
|
script: python test/run.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user