mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12472] Set fast_finish for travis
Now, a build will finish as soon as a job has failed, or when the only jobs left allow failures. http://docs.travis-ci.com/user/build-configuration/#Fast-finishing PHPBB3-12472
This commit is contained in:
parent
c7450592d8
commit
acdaad2625
1 changed files with 1 additions and 0 deletions
|
@ -35,3 +35,4 @@ matrix:
|
||||||
env: DB=postgres
|
env: DB=postgres
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: hhvm
|
- php: hhvm
|
||||||
|
fast_finish: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue