From b2b07000196a2230ab1f6ee5cc4071b8ad87f484 Mon Sep 17 00:00:00 2001 From: Olli-Pekka Heinisuo Date: Fri, 3 Jul 2020 22:27:47 +0300 Subject: [PATCH] revert back to original... --- travis_config.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/travis_config.sh b/travis_config.sh index 9df4c07..fbf565b 100644 --- a/travis_config.sh +++ b/travis_config.sh @@ -89,8 +89,6 @@ function pre_build { local CACHE_STAGE; (echo "$TRAVIS_BUILD_STAGE_NAME" | grep -qiF "final") || CACHE_STAGE=1 - /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" - #after the cache stage, all bottles and Homebrew metadata should be already cached locally if [ -n "$CACHE_STAGE" ]; then brew update -- GitLab