ソースを参照

Disable homebrew auto-update

Stefan Profanter 6 年 前
コミット
0cfeb32b22
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -38,6 +38,8 @@ matrix:
       env: FUZZER=true
     - os: osx
       compiler: clang
+      # disable homebrew auto update which takes a lot of time
+      env: HOMEBREW_NO_AUTO_UPDATE=1
       cache:
         directories:
           - $HOME/Library/Caches/Homebrew