From 6520c7537e460f5e45dea837503b89814d1fb187 Mon Sep 17 00:00:00 2001 From: MerryMage Date: Wed, 21 Sep 2016 17:53:21 +0100 Subject: [PATCH] travis: brew unlink is no longer necessary xcode7.3 was updated with a newer version of cmake preinstalled --- .travis/deps.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis/deps.sh b/.travis/deps.sh index 1d1b5f07..da613992 100755 --- a/.travis/deps.sh +++ b/.travis/deps.sh @@ -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