mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-04 02:54:00 +00:00
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:
parent
a3c77f6ad1
commit
72d2de6807
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user