Explorar o código

don't brew update, hopefully fixes #2532

Thomas Waldmann %!s(int64=7) %!d(string=hai) anos
pai
achega
6049a07b74
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      .travis/install.sh

+ 0 - 2
.travis/install.sh

@@ -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