Explorar o código

looks like brew update runs into issues, terminating the whole build

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

+ 1 - 1
.travis/install.sh

@@ -4,7 +4,7 @@ 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