Merge pull request #10 from silverstripe-labs/pulls/travis

Include tests for 3.2 and php 5.6
This commit is contained in:
Ingo Schommer 2015-11-02 09:58:53 +13:00
commit f0134c98f1
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,6 @@ sudo: false
php:
- 5.3
- 5.4
env:
- DB=MYSQL CORE_RELEASE=3.1
@ -13,6 +12,10 @@ matrix:
include:
- php: 5.4
env: DB=PGSQL CORE_RELEASE=3.1
- php: 5.5
env: DB=MYSQL CORE_RELEASE=3
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3.2
before_script:
- composer self-update || true