From 04aa4ff3a805c6b157e6783d9a1c95aecc16337f Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 17 Dec 2015 09:15:56 -0800 Subject: [PATCH] Add Travis fast_finish --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index c0edf5976a751..e6097966c9ed9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,5 @@ install: - script/bootstrap_server script: - script/cibuild +matrix: + fast_finish: true