Merge pull request #94 from tractorcow/pulls/tests

Tests for php 5.6 and framework 3.2
This commit is contained in:
Scott Hutchinson 2015-10-30 18:44:59 +13:00
commit c16db15e9e

View File

@ -5,13 +5,16 @@ php:
- 5.3
env:
- DB=MYSQL CORE_RELEASE=3
- DB=PGSQL CORE_RELEASE=3
- DB=MYSQL CORE_RELEASE=3
matrix:
include:
- php: 5.4
env: DB=MYSQL CORE_RELEASE=master
env: DB=PGSQL CORE_RELEASE=3
- php: 5.5
env: DB=MYSQL CORE_RELEASE=3.2
- 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