Skip to content

Commit

Permalink
4.x compat, updated Travis build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Apr 30, 2015
1 parent f2f6b6e commit d0ce444
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ php:
- 5.3

env:
- DB=MYSQL CORE_RELEASE=3.1
- DB=PGSQL CORE_RELEASE=3.1
- DB=MYSQL CORE_RELEASE=3
- DB=PGSQL CORE_RELEASE=3

matrix:
include:
- php: 5.4
env: DB=MYSQL CORE_RELEASE=3
- php: 5.4
env: DB=MYSQL CORE_RELEASE=master

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
}
],
"require": {
"silverstripe/framework": "~3.2",
"silverstripe/cms": "~3.2"
"silverstripe/framework": "~3.2,~4.0",
"silverstripe/cms": "~3.2,~4.0"
},
"require-dev": {
"phpunit/PHPUnit": "~3.7@stable"
Expand Down

0 comments on commit d0ce444

Please sign in to comment.