Removed clang installation on OSX gcc builds

This commit is contained in:
Snaipe 2015-11-12 17:02:14 +01:00
parent 03ed0a910a
commit 62e01eed74

View file

@ -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