summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth M. Larson <sethmichaellarson@gmail.com>2018-10-24 07:30:20 -0500
committerGitHub <noreply@github.com>2018-10-24 07:30:20 -0500
commit509548b268fc499b0b8ed5c8ee5ef7b7a3eaa85d (patch)
tree7b8de89b301f7d362e98f3fb2ca63d08e3b5df6f
parent6a75bd4d8c01b0311aa3150dbe8af4cc38058128 (diff)
downloadurllib3-SethMichaelLarson-patch-2.tar.gz
Update install.shSethMichaelLarson-patch-2
-rwxr-xr-x_travis/install.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/_travis/install.sh b/_travis/install.sh
index 7eb2a583..85881a0f 100755
--- a/_travis/install.sh
+++ b/_travis/install.sh
@@ -7,7 +7,10 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
sw_vers
brew update || brew update
- brew outdated openssl || brew upgrade openssl --force
+ # https://github.com/travis-ci/travis-ci/issues/8826
+ brew cask uninstall oclint
+
+ brew outdated openssl || brew upgrade openssl
brew install openssl@1.1
# install pyenv