Revert "travis osx: run brew update first, fixes #3527"

This reverts commit e4828078bb.
This commit is contained in:
Thomas Waldmann 2018-02-08 22:50:33 +01:00
parent 288806e668
commit e6316727db
1 changed files with 0 additions and 1 deletions

View File

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