From 20258deb2039d44dfe8882dbb30474ce3df068b1 Mon Sep 17 00:00:00 2001 From: Mikhail Golenkov Date: Mon, 3 Feb 2020 17:42:11 +1100 Subject: [PATCH] Update Travis matrix #176. --- .travis.yml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 27c038f..31e99bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,19 +23,27 @@ php: env: - DB=pgsql MOODLE_BRANCH=master - DB=mysqli MOODLE_BRANCH=master + - DB=pgsql MOODLE_BRANCH=MOODLE_38_STABLE + - DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE - DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE + - DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE + - DB=pgsql MOODLE_BRANCH=MOODLE_36_STABLE - DB=mysqli MOODLE_BRANCH=MOODLE_36_STABLE matrix: include: + - php: 7.1 + env: DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE + - php: 7.1 + env: DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE + - php: 7.0 + env: DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE + - php: 7.0 + env: DB=mysqli MOODLE_BRANCH=MOODLE_34_STABLE - php: 5.6 env: DB=pgsql MOODLE_BRANCH=MOODLE_33_STABLE - php: 5.6 env: DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE - - php: 7.0 - env: DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE - - php: 7.1 - env: DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE before_install: - phpenv config-rm xdebug.ini