From 0071632a06e11c046fb8ad17fb9721760ee55918 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 19 Jun 2017 17:38:52 +0200 Subject: [PATCH] Test --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 62c3dc12777..f4dfb09f5a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ php: #- nightly addons: - #mariadb: '10.0' + mariadb: '10.0' postgresql: '9.3' apt: sources: @@ -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