.travis.yml: enable fast-finish

If I understand correctly, this makes the build fail when one build fails without having to wait for all builds to finish.

This might abort building for those which haven't finished yet, but we probably want to know that build fails as soon as one build fails.
This commit is contained in:
Mikaela Suomalainen 2014-07-12 11:18:25 +03:00
parent 7569b613ff
commit 9ac4ee8e99
1 changed files with 2 additions and 0 deletions

View File

@ -19,3 +19,5 @@ after_success:
notifications:
on_success: never
on_failure: never
matrix:
fast_finish: true