From f2b3497df598c322c6caf92bf680885bf5842443 Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Wed, 12 Jun 2019 07:10:28 -0400 Subject: [PATCH] exclude clang on linux --- .travis.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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