From 5187e747b3be4a3582e13f65e2a2af44de462453 Mon Sep 17 00:00:00 2001 From: Daniel Hensby Date: Wed, 26 Jul 2017 14:22:00 +0100 Subject: [PATCH] Actually run tests using postgres --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e0a1a30..90e09e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,8 @@ php: env: matrix: - - DB=POSTGRESQL CORE_RELEASE=3.0 - - DB=POSTGRESQL CORE_RELEASE=3.1 + - DB=PGSQL CORE_RELEASE=3.0 + - DB=PGSQL CORE_RELEASE=3.1 before_script: - composer self-update