Explorar o código

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 %!s(int64=5) %!d(string=hai) anos
pai
achega
f7dc1a430b
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

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