Skip to content

Commit 7abef67

Browse files
committed
Revert "try to fix macos builds"
This reverts commit 5d4357b.
1 parent 5d4357b commit 7abef67

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

travis_config.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ 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]
106104
brew install cartr/qt4/qt@4
107105
fi
108106

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

122120
# Have to install macpython late to avoid conflict with Homebrew Python update
123121
before_install
124-
122+
125123
else
126124
echo "Running for linux"
127125
fi

0 commit comments

Comments
 (0)