mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 21:41:19 +08:00
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:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user