From f8d1c787d9b02a70d66ddbde9c99061d9073d54a Mon Sep 17 00:00:00 2001 From: "Seth M. Larson" Date: Thu, 25 Oct 2018 12:30:16 -0500 Subject: [PATCH] Uninstall oclint to ensure gcc can be brew upgraded (#1464) --- _travis/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_travis/install.sh b/_travis/install.sh index 76bd226b19..85881a0f6f 100755 --- a/_travis/install.sh +++ b/_travis/install.sh @@ -7,6 +7,9 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then sw_vers brew update || brew update + # https://github.com/travis-ci/travis-ci/issues/8826 + brew cask uninstall oclint + brew outdated openssl || brew upgrade openssl brew install openssl@1.1