mirror of
https://github.com/silverstripe/silverstripe-widgets
synced 2024-10-22 17:05:54 +02:00
4.x compat, updated Travis build targets
This commit is contained in:
parent
f2f6b6e18c
commit
d0ce44401f
@ -5,13 +5,11 @@ php:
|
|||||||
- 5.3
|
- 5.3
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DB=MYSQL CORE_RELEASE=3.1
|
- DB=MYSQL CORE_RELEASE=3
|
||||||
- DB=PGSQL CORE_RELEASE=3.1
|
- DB=PGSQL CORE_RELEASE=3
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- php: 5.4
|
|
||||||
env: DB=MYSQL CORE_RELEASE=3
|
|
||||||
- php: 5.4
|
- php: 5.4
|
||||||
env: DB=MYSQL CORE_RELEASE=master
|
env: DB=MYSQL CORE_RELEASE=master
|
||||||
|
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"silverstripe/framework": "~3.2",
|
"silverstripe/framework": "~3.2,~4.0",
|
||||||
"silverstripe/cms": "~3.2"
|
"silverstripe/cms": "~3.2,~4.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/PHPUnit": "~3.7@stable"
|
"phpunit/PHPUnit": "~3.7@stable"
|
||||||
|
Loading…
Reference in New Issue
Block a user