From 070a79e27167e0aa5b869e1e140bfd01578a4bec Mon Sep 17 00:00:00 2001 From: cclauss Date: Fri, 4 Jan 2019 10:55:08 +0100 Subject: [PATCH] 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 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c422cb4cd7..0afd447e42 100755 --- a/.travis.yml +++ b/.travis.yml @@ -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