mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 22:32:40 +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
|
||||||
- hhvm-nightly
|
- 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
|
# http://docs.travis-ci.com/user/build-configuration/#Rows-That-are-Allowed-To-Fail
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: 5.6
|
|
||||||
- php: hhvm
|
- php: hhvm
|
||||||
- php: hhvm-nightly
|
- php: hhvm-nightly
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user