Skip to content

Commit

Permalink
Uninstall oclint to ensure gcc can be brew upgraded (#1464)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed Oct 25, 2018
1 parent cd7cfa6 commit f8d1c78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _travis/install.sh
Expand Up @@ -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

Expand Down

0 comments on commit f8d1c78

Please sign in to comment.