From 72d2de680760a7bc1b57f2376eb9af79b5def58b Mon Sep 17 00:00:00 2001 From: Philipp Hansch Date: Sun, 9 Dec 2018 15:42:52 +0100 Subject: [PATCH] Add `fast_finish` to travis matrix This means we don't have to wait for `allowed_failures` builds to complete. It should save us ~10 minutes until we remove the windows build from `allowed_failures`. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e3819448877f..5014a66a79c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,6 +46,7 @@ install: # if: fork = false # but this is currently buggy travis-ci/travis-ci#9118 matrix: + fast_finish: true include: - os: osx # run base tests on both platforms env: BASE_TESTS=true