Travis: Use 3.1 releases for core (5.3 pgsql & 5.4 mysql)

This commit is contained in:
Stig Lindqvist 2014-02-17 16:42:47 +13:00
parent 94ebd838d8
commit bed42a51d4
1 changed files with 3 additions and 3 deletions

View File

@ -6,12 +6,12 @@ php:
env:
- DB=MYSQL CORE_RELEASE=3.1
- DB=PGSQL CORE_RELEASE=master
- DB=PGSQL CORE_RELEASE=3.1
matrix:
include:
- php: 5.4
env: DB=MYSQL CORE_RELEASE=master
env: DB=MYSQL CORE_RELEASE=3.1
before_script:
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
@ -19,4 +19,4 @@ before_script:
- cd ~/builds/ss
script:
- phpunit staticpublisher/tests/
- phpunit staticpublisher/tests/