Commit f81ab0d4 by DaSourcerer

Allow fast finishing

parent a87e589a
...@@ -9,6 +9,7 @@ php: ...@@ -9,6 +9,7 @@ php:
# run build against PHP 5.6 and hhvm but allow them to fail # run build against PHP 5.6 and hhvm but allow them to fail
# http://docs.travis-ci.com/user/build-configuration/#Rows-That-are-Allowed-To-Fail # http://docs.travis-ci.com/user/build-configuration/#Rows-That-are-Allowed-To-Fail
matrix: matrix:
fast_finish: true
allow_failures: allow_failures:
- php: hhvm - php: hhvm
- php: 5.6 - php: 5.6
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment