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.
|
# fail, so we don't allow them to hold up people using stable.
|
||||||
- rust: beta
|
- rust: beta
|
||||||
- rust: nightly
|
- 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
|
dist: trusty
|
||||||
sudo: false
|
sudo: false
|
||||||
addons:
|
addons:
|
||||||
|
|||||||
Reference in New Issue
Block a user