travis: sent out build failure notification as soon as the first job fails using matrix: fast_finish: true
This commit is contained in:
parent
3e23e243f6
commit
4c9218981f
|
@ -12,6 +12,9 @@ env:
|
||||||
- SRCDIR=build VERIFY=1
|
- SRCDIR=build VERIFY=1
|
||||||
- MAKEFLAGS="HAVE_RULES=yes"
|
- MAKEFLAGS="HAVE_RULES=yes"
|
||||||
-
|
-
|
||||||
|
# do notify immediately about it when a sub-job of a build fails.
|
||||||
|
matrix:
|
||||||
|
fast_finish: true
|
||||||
before_install:
|
before_install:
|
||||||
# install needed deps
|
# install needed deps
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
|
|
Loading…
Reference in New Issue