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 <auer.chrisi@gmx.net>
This commit is contained in:
Christoph 2016-07-03 02:00:01 +02:00
parent d1bfce8e66
commit fe26b2e128
1 changed files with 11 additions and 7 deletions

View File

@ -3,13 +3,17 @@ sudo: required
language: cpp language: cpp
env: env:
- BUILD_VERSION="" matrix:
- BUILD_VERSION="disable_autoupdate" - BUILD_VERSION=""
- BUILD_VERSION="disable_register_custom_scheme" - BUILD_VERSION="disable_autoupdate"
- BUILD_VERSION="disable_crash_reports" - BUILD_VERSION="disable_register_custom_scheme"
- BUILD_VERSION="disable_network_proxy" - BUILD_VERSION="disable_crash_reports"
- BUILD_VERSION="disable_desktop_file_generation" - BUILD_VERSION="disable_network_proxy"
- BUILD_VERSION="disable_unity_integration" - BUILD_VERSION="disable_desktop_file_generation"
- BUILD_VERSION="disable_unity_integration"
matrix:
fast_finish: true
arch: arch:
repos: repos: