Explorar o código

Merge pull request #4957 from finefoot/patch-6

Backport: Allow osx builds to fail #4955
TW %!s(int64=5) %!d(string=hai) anos
pai
achega
d9313c0d78
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -6,6 +6,7 @@ cache:
 
 # note: use py 3.5.2, it has lzma support. 3.5(.0) on travis.org/trusty does not.
 matrix:
+    fast_finish: true
     include:
         - python: 3.4
           os: linux
@@ -39,6 +40,8 @@ matrix:
           os: osx
           osx_image: xcode8.3
           env: TOXENV=py37
+    allow_failures:
+        - os: osx
 
 before_install:
 - |