Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 093968e

Browse filesBrowse files
committed
Disable travis cache stage
1 parent d2e3540 commit 093968e
Copy full SHA for 093968e

File tree

1 file changed

+2
-1
lines changed
Filter options

1 file changed

+2
-1
lines changed

‎travis_config.sh

Copy file name to clipboardExpand all lines: travis_config.sh
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ function pre_build {
9595
if [ -n "$IS_OSX" ]; then
9696
echo "Running for OSX"
9797

98-
local CACHE_STAGE; (echo "$TRAVIS_BUILD_STAGE_NAME" | grep -qiF "final") || CACHE_STAGE=1
98+
local CACHE_STAGE;# (echo "$TRAVIS_BUILD_STAGE_NAME" | grep -qiF "final") || CACHE_STAGE=1
99+
CACHE_STAGE=
99100
export HOMEBREW_NO_AUTO_UPDATE=1
100101

101102
#after the cache stage, all bottles and Homebrew metadata should be already cached locally

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.