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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user