fast_finish: true

Mark the build as passing even if the allow_failures macOS job is still running.
* https://blog.travis-ci.com/2013-11-27-fast-finishing-builds
This commit is contained in:
cclauss
2019-01-04 10:55:08 +01:00
committed by Yorik van Havre
parent e31ed6a7de
commit 070a79e271

View File

@@ -40,6 +40,7 @@ matrix:
allow_failures:
- python: 3.7
- os: osx
fast_finish: true # https://blog.travis-ci.com/2013-11-27-fast-finishing-builds
include:
- os: linux
dist: trusty