From 7ea1841f5e9f50dfec303c99fcbf1d9cf09e3d15 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 30 Jul 2017 17:00:28 +0100 Subject: [PATCH] travis: fast finish builds. Show failing Linux builds (which run much more quickly) before the macOS build has completed. https://docs.travis-ci.com/user/customizing-the-build/#Fast-Finishing --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b9549eb165..48e13983bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ cache: - $HOME/Library/Caches/Homebrew/tests matrix: + fast_finish: true include: - os: osx osx_image: xcode8.3