Skip to content

Commit

Permalink
Fail the build as soon as one build fails.
Browse files Browse the repository at this point in the history
No need to run all the builds when one of them has already failed.
  • Loading branch information
markstory committed May 23, 2014
1 parent ec3222c commit a085170
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -16,6 +16,7 @@ services:
- memcached

matrix:
fast_finish: true
allow_failures:
- php: 5.4
env:
Expand Down

0 comments on commit a085170

Please sign in to comment.