more conf in CI
This commit is contained in:
parent
eb54e7f1ae
commit
5074dbc3c6
12
.travis.yml
12
.travis.yml
@ -2,8 +2,16 @@ language: cpp
|
||||
dist: xenial
|
||||
|
||||
compiler:
|
||||
- gcc
|
||||
- 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user