Skip to content

Commit cc73929

Browse files
committed
try to repair
1 parent 7abef67 commit cc73929

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

travis_config.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ function pre_build {
101101
if [ -n "$CACHE_STAGE" ]; then
102102
brew_install_and_cache_within_time_limit cartr/qt4/qt@4 || { [ $? -gt 1 ] && return 2 || return 0; }
103103
else
104+
brew tap --repair
105+
brew audit cartr/qt4/qt@4
104106
brew install cartr/qt4/qt@4
105107
fi
106108

@@ -119,7 +121,7 @@ function pre_build {
119121

120122
# Have to install macpython late to avoid conflict with Homebrew Python update
121123
before_install
122-
124+
123125
else
124126
echo "Running for linux"
125127
fi

0 commit comments

Comments
 (0)