From 4c9218981fac031c39e541aedee18e92659b17af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Fri, 17 Jan 2014 20:46:20 +0100 Subject: [PATCH] travis: sent out build failure notification as soon as the first job fails using matrix: fast_finish: true --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7145b048e..652035b59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,9 @@ env: - SRCDIR=build VERIFY=1 - MAKEFLAGS="HAVE_RULES=yes" - +# do notify immediately about it when a sub-job of a build fails. +matrix: + fast_finish: true before_install: # install needed deps - sudo apt-get update -qq