Skip to content

Commit

Permalink
Report Travis CI build success early
Browse files Browse the repository at this point in the history
This will report the build has succceeded even if allowed to fail jobs are
still running.

See #3828.

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

Props to @fonsecas72.
  • Loading branch information
hkdobrev committed Mar 9, 2015
1 parent 9f9cff5 commit 8168f69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -21,6 +21,7 @@ php:
- hhvm-nightly

matrix:
fast_finish: true
allow_failures:
- php: hhvm-nightly

Expand Down

0 comments on commit 8168f69

Please sign in to comment.