瀏覽代碼

temporarily remove travis osx builds

Travis has built up a huge backlog and building for osx takes days atm.
Julius Pfrommer 6 年之前
父節點
當前提交
7bee43f9f6
共有 1 個文件被更改,包括 7 次插入7 次删除
  1. 7 7
      .travis.yml

+ 7 - 7
.travis.yml

@@ -45,13 +45,13 @@ matrix:
     - os: linux
       compiler: clang
       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
+    # - 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
 
 addons:
   apt: