diff options
| -rwxr-xr-x | _travis/install.sh | 5 |
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 |
