浏览代码

Allow osx builds to fail (#4955)

universally mark all osx builds as allowed failures

since a while, travis-ci is way too slow on their OS X machines, so they kill our tests after 50 minutes...
finefoot 5 年之前
父节点
当前提交
f7dc1a430b
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -5,6 +5,7 @@ cache:
         - $HOME/.cache/pip
 
 matrix:
+    fast_finish: true
     include:
         - python: 3.5
           os: linux
@@ -42,6 +43,8 @@ matrix:
           os: osx
           osx_image: xcode8.3
           env: TOXENV=py37
+    allow_failures:
+        - os: osx
 
 before_install:
 - |