From a2224e28dafb3911795d931c4f9692cc43e6ada0 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Thu, 18 Jul 2019 09:32:51 +1200 Subject: [PATCH] Use php 7.2 for master/default, add supported branches. --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index f4c052f..3dac4cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,14 +18,13 @@ cache: - $HOME/.npm php: - - 7.0 + - 7.2 env: - - DB=pgsql MOODLE_BRANCH=MOODLE_33_STABLE - - DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE - - DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE - DB=pgsql MOODLE_BRANCH=master - DB=mysqli MOODLE_BRANCH=master + - DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE + - DB=mysqli MOODLE_BRANCH=MOODLE_36_STABLE matrix: include: @@ -33,9 +32,10 @@ matrix: 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=pgsql MOODLE_BRANCH=master - + env: DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE before_install: - phpenv config-rm xdebug.ini