diff --git a/.travis.yml b/.travis.yml index bdf8d570a..41479c75a 100644 --- a/.travis.yml +++ b/.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