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:
Dan Gohman
2018-08-16 10:36:06 -07:00
parent 3d89a8645b
commit fb1ac22c21

View File

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