소스 검색

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