travis: brew unlink is no longer necessary

xcode7.3 was updated with a newer version of cmake preinstalled
This commit is contained in:
MerryMage 2016-09-21 17:53:21 +01:00
parent 65dcf45ca6
commit 6520c7537e

View file

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