mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-17 23:52:46 +01:00
.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:
parent
7569b613ff
commit
9ac4ee8e99
@ -19,3 +19,5 @@ after_success:
|
||||
notifications:
|
||||
on_success: never
|
||||
on_failure: never
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
Loading…
Reference in New Issue
Block a user