From e61ce989ca341890d40cef748085a703a763a41e Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Wed, 12 Jun 2019 09:03:30 -0400 Subject: [PATCH] Fix syntax error, add comment mentioning issue #57 --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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