1
0
Fork 0

Report Travis CI build success early

This will report the build has succceeded even if allowed to fail jobs are
still running.

See https://github.com/composer/composer/pull/3828.

Docs: http://docs.travis-ci.com/user/build-configuration/#Fast-finishing

Props to @fonsecas72.
pull/3829/head
Haralan Dobrev 2015-03-09 10:22:39 +02:00
parent 9f9cff558e
commit 8168f69ae7
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ php:
- hhvm-nightly
matrix:
fast_finish: true
allow_failures:
- php: hhvm-nightly