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