mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +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
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue