build in parallel + stop building linux + clang
This commit is contained in:
13
.travis.yml
13
.travis.yml
@ -15,12 +15,13 @@ matrix:
|
||||
- CC=clang
|
||||
- CXX=clang++
|
||||
|
||||
- os: linux
|
||||
dist: xenial
|
||||
script: python test/run.py
|
||||
env:
|
||||
- CC=clang
|
||||
- CXX=clang++
|
||||
# Clang + Linux disabled for now
|
||||
# - os: linux
|
||||
# dist: xenial
|
||||
# script: python test/run.py
|
||||
# env:
|
||||
# - CC=clang
|
||||
# - CXX=clang++
|
||||
|
||||
# Windows
|
||||
- os: windows
|
||||
|
Reference in New Issue
Block a user