mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fail the build as soon as one build fails.
No need to run all the builds when one of them has already failed.
This commit is contained in:
parent
ec3222ca64
commit
a0851702ff
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ services:
|
|||
- memcached
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- php: 5.4
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue