Browse Source

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

Thomas Waldmann 6 years ago
parent
commit
6b37ef24a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis/install.sh

+ 1 - 1
.travis/install.sh

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