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 048b9c1 commit 05413b4Copy full SHA for 05413b4
travis_config.sh
@@ -89,7 +89,7 @@ function pre_build {
89
90
local CACHE_STAGE; (echo "$TRAVIS_BUILD_STAGE_NAME" | grep -qiF "final") || CACHE_STAGE=1
91
92
- brew update-reset
+ /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
0 commit comments