From fb1ac22c2105b331ca202d15fb79702375328af7 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 16 Aug 2018 10:36:06 -0700 Subject: [PATCH] Add `fast_finish = true` to .travis.yml. This allows us to get the results for stable builds as soon as they're ready. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 95a4e0e711..a62423fb7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: