From 41d82b0ffa6db4de85a095232a22b43e4b592f56 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 19 Jun 2017 18:52:13 +0200 Subject: [PATCH] Enable pgsql test --- .travis.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index f4dfb09f5a3..d5cf09bc4e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,12 +8,12 @@ language: php php: - '5.3' -#- '5.4' -#- '5.5' -#- '5.6' -#- '7.0' -#- '7.1' -#- nightly +- '5.4' +- '5.5' +- '5.6' +- '7.0' +- '7.1' +- nightly addons: mariadb: '10.0' @@ -44,7 +44,7 @@ env: matrix: # MariaDB overrides MySQL installation so it's not possible to test both yet #- DB=mysql - #- DB=mariadb + - DB=mariadb - DB=postgresql # TODO #- DB=sqlite @@ -58,8 +58,7 @@ matrix: allow_failures: - php: 7.1 - php: nightly - # FIXME - #- env: DB=postgresql + - env: DB=postgresql # TODO #- env: DB=sqlite