travis: brew unlink is no longer necessary
xcode7.3 was updated with a newer version of cmake preinstalled
This commit is contained in:
parent
65dcf45ca6
commit
6520c7537e
1 changed files with 0 additions and 1 deletions
|
@ -14,6 +14,5 @@ if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then
|
|||
| tar -xz -C $HOME/.local --strip-components=1
|
||||
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
||||
brew update > /dev/null # silence the very verbose output
|
||||
brew unlink cmake || true
|
||||
brew install cmake
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue