Fix syntax error, add comment mentioning issue #57
parent
f2b3497df5
commit
e61ce989ca
|
@ -100,9 +100,9 @@ env:
|
||||||
script:
|
script:
|
||||||
- bash .travis.sh -t
|
- bash .travis.sh -t
|
||||||
|
|
||||||
Uncomment this if you want to exclude clang on linux
|
# Exclude clang on Linux/clang in release until issue #57 is solved
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env : CMAKE_BUILD_TYPE=Release
|
env : CMAKE_BUILD_TYPE=Release
|
||||||
|
|
Loading…
Reference in New Issue