diff --git a/.travis.yml b/.travis.yml index 41479c75a..54177fc09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -100,9 +100,9 @@ env: script: - 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: exclude: - - os: linux - compiler: clang - env : CMAKE_BUILD_TYPE=Release + - os: linux + compiler: clang + env : CMAKE_BUILD_TYPE=Release