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 5d4357b commit 7abef67Copy full SHA for 7abef67
travis_config.sh
@@ -101,8 +101,6 @@ 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
- # Added due to: Error: openssl@1.0 is already installed from homebrew/core! Please `brew uninstall openssl@1.0` first."
105
- brew uninstall openssl@1.0
106
brew install cartr/qt4/qt@4
107
fi
108
@@ -121,7 +119,7 @@ function pre_build {
121
119
122
120
# 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