exclude clang on linux
parent
f09d118eb8
commit
f2b3497df5
11
.travis.yml
11
.travis.yml
|
@ -100,8 +100,9 @@ env:
|
||||||
script:
|
script:
|
||||||
- bash .travis.sh -t
|
- bash .travis.sh -t
|
||||||
|
|
||||||
# Uncomment this if you want to exclude clang on linux
|
Uncomment this if you want to exclude clang on linux
|
||||||
# matrix:
|
matrix:
|
||||||
# exclude:
|
exclude:
|
||||||
# - os: linux
|
- os: linux
|
||||||
# compiler: clang
|
compiler: clang
|
||||||
|
env : CMAKE_BUILD_TYPE=Release
|
||||||
|
|
Loading…
Reference in New Issue