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 7abef67 commit cc73929Copy full SHA for cc73929
travis_config.sh
@@ -101,6 +101,8 @@ function pre_build {
101
if [ -n "$CACHE_STAGE" ]; then
102
brew_install_and_cache_within_time_limit cartr/qt4/qt@4 || { [ $? -gt 1 ] && return 2 || return 0; }
103
else
104
+ brew tap --repair
105
+ brew audit cartr/qt4/qt@4
106
brew install cartr/qt4/qt@4
107
fi
108
@@ -119,7 +121,7 @@ function pre_build {
119
121
120
122
# Have to install macpython late to avoid conflict with Homebrew Python update
123
before_install
-
124
+
125
126
echo "Running for linux"
127
0 commit comments