Merge pull request #221 from matthiaskrgr/travis
travis: sent out build failure notification as soon as the first job fails using matrix: fast_finish: true
This commit is contained in:
commit
bc79f7905a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue