From e6316727db8e9435828a7bce3731211ce620cecf Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 8 Feb 2018 22:50:33 +0100 Subject: [PATCH] Revert "travis osx: run brew update first, fixes #3527" This reverts commit e4828078bbc6ceba34a1b923b4c50a31b10b4f08. --- .travis/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis/install.sh b/.travis/install.sh index 3136c87cb..5bad12264 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -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