4.x compat, updated Travis build targets

This commit is contained in:
Ingo Schommer 2015-04-30 22:52:09 +12:00
parent f2f6b6e18c
commit d0ce44401f
2 changed files with 4 additions and 6 deletions

View File

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

View File

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