From 62e01eed74d0b98de3ff3fb3b0b79d7fa8741e48 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Thu, 12 Nov 2015 17:02:14 +0100 Subject: [PATCH] Removed clang installation on OSX gcc builds --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f773b18..a362b03 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,7 +69,7 @@ matrix: before_install: - | - if [ "$TRAVIS_OS_NAME" = "osx" ]; then + if [ "$TRAVIS_OS_NAME" = "osx" ] && [ "$CC" = "clang" ]; then brew update; brew install llvm --with-clang --with-asan --HEAD fi