Explorar o código

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

This reverts commit e4828078bbc6ceba34a1b923b4c50a31b10b4f08.
Thomas Waldmann %!s(int64=7) %!d(string=hai) anos
pai
achega
8eb2fee7a0
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      .travis/install.sh

+ 0 - 1
.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