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:
Daniel Marjamäki 2014-01-17 12:38:05 -08:00
commit bc79f7905a

View File

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