From 21cf0558fce3e491243cd02efcd2a866277f3839 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 11 Jun 2018 20:50:33 +0400 Subject: Added databases for older versions Signed-off-by: Valentin Popov --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aa07be0..78ec3da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,8 +53,10 @@ script: jobs: include: - stage: test old - env: MOODLE_BRANCH=MOODLE_33_STABLE php: 5.6 + env: + - DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE + - DB=pgsql MOODLE_BRANCH=MOODLE_33_STABLE - stage: deploy php: 7.2 -- cgit v1.2.3