Merge pull request #137 from tractorcow/pulls/travis

Test with 3.2 and php 5.6
This commit is contained in:
Scott Hutchinson 2015-10-30 18:38:15 +13:00
commit 877748b25a

View File

@ -8,13 +8,15 @@ sudo: false
env:
- DB=MYSQL CORE_RELEASE=3.1
- DB=MYSQL CORE_RELEASE=3
- DB=PGSQL CORE_RELEASE=3.1
matrix:
include:
- php: 5.4
env: DB=MYSQL CORE_RELEASE=3
- php: 5.5
env: DB=PGSQL CORE_RELEASE=3
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3.2
before_script:
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support