8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05413b4 commit b2b0700Copy full SHA for b2b0700
travis_config.sh
@@ -89,8 +89,6 @@ function pre_build {
89
90
local CACHE_STAGE; (echo "$TRAVIS_BUILD_STAGE_NAME" | grep -qiF "final") || CACHE_STAGE=1
91
92
- /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
93
-
94
#after the cache stage, all bottles and Homebrew metadata should be already cached locally
95
if [ -n "$CACHE_STAGE" ]; then
96
brew update
0 commit comments