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