Add fast_finish = true to .travis.yml.
This allows us to get the results for stable builds as soon as they're ready.
This commit is contained in:
@@ -13,6 +13,9 @@ matrix:
|
||||
# fail, so we don't allow them to hold up people using stable.
|
||||
- rust: beta
|
||||
- rust: nightly
|
||||
# Similarly, we don't need to hold up people using stable while we wait
|
||||
# for the results which may fail.
|
||||
fast_finish: true
|
||||
dist: trusty
|
||||
sudo: false
|
||||
addons:
|
||||
|
||||
Reference in New Issue
Block a user