mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
Test PostgreSQL too
This commit is contained in:
parent
98c5dab4a4
commit
26aae5e824
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user