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