Commit d6d5a4eb by Carsten Brandt

Do allow PHP5.6 to fail anymore

as it is in RC phase now we should be able to report bugs if they occur.
parent 1dad82a0
......@@ -7,12 +7,11 @@ php:
- hhvm
- hhvm-nightly
# run build against PHP 5.6 and hhvm but allow them to fail
# run build against hhvm but allow them to fail
# http://docs.travis-ci.com/user/build-configuration/#Rows-That-are-Allowed-To-Fail
matrix:
fast_finish: true
allow_failures:
- php: 5.6
- php: hhvm
- php: hhvm-nightly
......
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