Do allow PHP5.6 to fail anymore

as it is in RC phase now we should be able to report bugs if they occur.
This commit is contained in:
Carsten Brandt
2014-07-30 14:47:57 +02:00
parent 1dad82a0f6
commit d6d5a4eb25

View File

@ -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