mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-08 00:47:55 +08:00
Try #2 to fix travis build on PHP < 7
This commit is contained in:
15
.travis.yml
15
.travis.yml
@ -58,6 +58,21 @@ matrix:
|
|||||||
services:
|
services:
|
||||||
- mysql
|
- mysql
|
||||||
- postgresql
|
- postgresql
|
||||||
|
- php: 5.4
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- php5.4-gd
|
||||||
|
- php: 5.5
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- php5.5-gd
|
||||||
|
- php: 5.6
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- php5.6-gd
|
||||||
# have a separate branch for javascript tests
|
# have a separate branch for javascript tests
|
||||||
- language: node_js
|
- language: node_js
|
||||||
node_js: 6
|
node_js: 6
|
||||||
|
|||||||
Reference in New Issue
Block a user