[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:
Joas Schilling 2014-05-02 17:59:22 +02:00
parent c7450592d8
commit acdaad2625

View file

@ -35,3 +35,4 @@ matrix:
env: DB=postgres
allow_failures:
- php: hhvm
fast_finish: true