From 341a059a2bfede95fd8e601ac6f045a9d59b05c1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 26 Nov 2020 10:19:01 +0100 Subject: [PATCH] Test travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1a4471905dc..a808fedccbc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,8 +59,10 @@ jobs: include: - if: type = push php: '5.6' + env: DB=postgresql - if: type = pull_request OR type = push php: '7.4' + env: DB=mysql - if: type = push AND branch = develop php: nightly