From 2b936183f3cb5a0cb98a4a231b96309462d18c3d Mon Sep 17 00:00:00 2001 From: Matt Davidson Date: Thu, 10 May 2018 12:50:59 -0400 Subject: [PATCH] Update Travis CI --- .travis.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8c6d8ab..4b9a6ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ cache: - $HOME/.composer/cache php: - - 5.6 - 7.0 matrix: @@ -19,10 +18,8 @@ env: - IGNORE_PATHS=tinymce/js matrix: - - DB=pgsql MOODLE_BRANCH=MOODLE_29_STABLE - - DB=pgsql MOODLE_BRANCH=MOODLE_30_STABLE - - DB=mysqli MOODLE_BRANCH=MOODLE_29_STABLE - - DB=mysqli MOODLE_BRANCH=MOODLE_30_STABLE + - DB=pgsql MOODLE_BRANCH=master + - DB=mysqli MOODLE_BRANCH=master before_install: - phpenv config-rm xdebug.ini