Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8168f69

Browse files
committed
Report Travis CI build success early
This will report the build has succceeded even if allowed to fail jobs are still running. See composer#3828. Docs: http://docs.travis-ci.com/user/build-configuration/#Fast-finishing Props to @fonsecas72.
1 parent 9f9cff5 commit 8168f69

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ php:
2121
- hhvm-nightly
2222

2323
matrix:
24+
fast_finish: true
2425
allow_failures:
2526
- php: hhvm-nightly
2627

0 commit comments

Comments
 (0)