Merge pull request #3145 from ThomasWaldmann/no-brew-update

don't brew update, hopefully fixes #2532
This commit is contained in:
TW 2017-10-12 20:28:08 +02:00 committed by GitHub
commit 5709e7394b
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@ set -e
set -x
if [[ "$(uname -s)" == 'Darwin' ]]; then
brew update || brew update
if [[ "${OPENSSL}" != "0.9.8" ]]; then
brew outdated openssl || brew upgrade openssl
fi