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`.
This commit is contained in:
Philipp Hansch 2018-12-09 15:42:52 +01:00
parent a3c77f6ad1
commit 72d2de6807
No known key found for this signature in database
GPG key ID: B6FA06A6E0E2665B

View file

@ -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