Removed clang installation on OSX gcc builds
This commit is contained in:
parent
03ed0a910a
commit
62e01eed74
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue