Running CI against SilverStripe master

This commit is contained in:
Ingo Schommer 2014-08-03 22:04:35 +12:00
parent 1a4e07c036
commit 9bdf8e68d9
2 changed files with 5 additions and 3 deletions

View File

@ -2,15 +2,17 @@
language: php language: php
php: php:
- 5.3 - 5.4
env: env:
- DB=MYSQL CORE_RELEASE=3.1 - DB=MYSQL CORE_RELEASE=3.1
- DB=MYSQL CORE_RELEASE=master
- DB=PGSQL CORE_RELEASE=3.1 - DB=PGSQL CORE_RELEASE=3.1
- DB=PGSQL CORE_RELEASE=master
matrix: matrix:
include: include:
- php: 5.4 - php: 5.3
env: DB=MYSQL CORE_RELEASE=3.1 env: DB=MYSQL CORE_RELEASE=3.1
before_script: before_script:

View File

@ -14,7 +14,7 @@ static files to both a local or remote server for increased site performance.
## Requirements ## Requirements
* SilverStripe 3.1 * SilverStripe 3.1 or newer
* Tar archive * Tar archive
## Documentation ## Documentation