travis: sent out build failure notification as soon as the first job fails using matrix: fast_finish: true

This commit is contained in:
Matthias Krüger 2014-01-17 20:46:20 +01:00
parent 3e23e243f6
commit 4c9218981f
1 changed files with 3 additions and 0 deletions

View File

@ -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