From 3cb051375222697ff886c6d7d7c49eda9e866d10 Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Thu, 14 Jul 2016 10:29:12 -0700 Subject: [PATCH] Have travis fast_finish (#9718) This causes a build to be marked as failed the instant any of its component builds fail (rather than waiting for them all to finish to mark a failure). --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 92e9d082a49..989924dc32c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,3 +10,6 @@ sudo: false os: - linux - osx + +matrix: + fast_finish: true