Test PostgreSQL too

This commit is contained in:
Sam Minnee 2014-02-18 18:18:43 +13:00
parent 98c5dab4a4
commit 26aae5e824
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,11 @@ php:
env:
- DB=MYSQL CORE_RELEASE=3.0
matrix:
include:
- php: 5.3
env: DB=PGSQL CORE_RELEASE=3.0
before_script:
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss