From 26aae5e824f16fca987808ccdb1a69069569c044 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Tue, 18 Feb 2014 18:18:43 +1300 Subject: [PATCH] Test PostgreSQL too --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 44682d9..d2ef4a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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