From fe26b2e1281317d064ac6542d98dc4b881b46097 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 3 Jul 2016 02:00:01 +0200 Subject: [PATCH] Add fast finish to travis Now, a build will finish as soon as a job has failed, or when the only jobs left allow failures. See https://docs.travis-ci.com/user/customizing-the-build/#Fast-Finishing Signed-off-by: Christoph --- .travis.yml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8865792ed1..9833abd1df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,13 +3,17 @@ sudo: required language: cpp env: - - BUILD_VERSION="" - - BUILD_VERSION="disable_autoupdate" - - BUILD_VERSION="disable_register_custom_scheme" - - BUILD_VERSION="disable_crash_reports" - - BUILD_VERSION="disable_network_proxy" - - BUILD_VERSION="disable_desktop_file_generation" - - BUILD_VERSION="disable_unity_integration" + matrix: + - BUILD_VERSION="" + - BUILD_VERSION="disable_autoupdate" + - BUILD_VERSION="disable_register_custom_scheme" + - BUILD_VERSION="disable_crash_reports" + - BUILD_VERSION="disable_network_proxy" + - BUILD_VERSION="disable_desktop_file_generation" + - BUILD_VERSION="disable_unity_integration" + +matrix: + fast_finish: true arch: repos: