exclude clang on linux

release/4.3a0
Frank Dellaert 2019-06-12 07:10:28 -04:00 committed by GitHub
parent f09d118eb8
commit f2b3497df5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -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