Skip to content

Commit 5d4357b

Browse files
committed
try to fix macos builds
1 parent cd5aa67 commit 5d4357b

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+
# Added due to: Error: [email protected] is already installed from homebrew/core! Please `brew uninstall [email protected]` first."
105+
brew uninstall [email protected]
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)