10000
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 d2e3540 commit 093968eCopy full SHA for 093968e
travis_config.sh
@@ -95,7 +95,8 @@ function pre_build {
95
if [ -n "$IS_OSX" ]; then
96
echo "Running for OSX"
97
98
- local CACHE_STAGE; (echo "$TRAVIS_BUILD_STAGE_NAME" | grep -qiF "final") || CACHE_STAGE=1
+ local CACHE_STAGE;# (echo "$TRAVIS_BUILD_STAGE_NAME" | grep -qiF "final") || CACHE_STAGE=1
99
+ CACHE_STAGE=
100
export HOMEBREW_NO_AUTO_UPDATE=1
101
102
#after the cache stage, all bottles and Homebrew metadata should be already cached locally
0 commit comments