浏览代码

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

Thomas Waldmann 6 年之前
父节点
当前提交
6b37ef24a5
共有 1 个文件被更改,包括 1 次插入1 次删除
  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