8000 Disable travis cache stage · ArtificialZeng/opencv-python@093968e · GitHub
[go: up one dir, main page]

Skip to content

Commit 093968e

Browse files
committed
Disable travis cache stage
1 parent d2e3540 commit 093968e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

travis_config.sh

Lines 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