From 2b25eb92db6f8ab12ab7a10c4a6a6059d273cee5 Mon Sep 17 00:00:00 2001 From: Daniel Thee Roperto Date: Mon, 20 Feb 2017 14:42:14 +1100 Subject: [PATCH] Removed Travis support for Moodle 32 and 33, see issue #106 --- .travis.yml | 16 ---------------- README.md | 2 +- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/.travis.yml b/.travis.yml index d4ba6c1..3a1975d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,29 +13,13 @@ cache: php: - 5.5 - - 5.6 - 7.0 env: - DB=pgsql MOODLE_BRANCH=MOODLE_30_STABLE - DB=pgsql MOODLE_BRANCH=MOODLE_31_STABLE - - DB=pgsql MOODLE_BRANCH=MOODLE_32_STABLE - - DB=pgsql MOODLE_BRANCH=master - DB=mysqli MOODLE_BRANCH=MOODLE_30_STABLE - DB=mysqli MOODLE_BRANCH=MOODLE_31_STABLE - - DB=mysqli MOODLE_BRANCH=MOODLE_32_STABLE - - DB=mysqli MOODLE_BRANCH=master - -matrix: - exclude: - - php: 5.5 - env: DB=pgsql MOODLE_BRANCH=MOODLE_32_STABLE - - php: 5.5 - env: DB=pgsql MOODLE_BRANCH=master - - php: 5.5 - env: DB=mysqli MOODLE_BRANCH=MOODLE_32_STABLE - - php: 5.5 - env: DB=mysqli MOODLE_BRANCH=master before_install: - phpenv config-rm xdebug.ini diff --git a/README.md b/README.md index cf482b8..bb42c62 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ and testers letting them know what is about to happen and why. Moodle Requirements ------------------- -This plugin will work out-of-the-box with Moodle 3+. +This plugin will work out-of-the-box with Moodle 3.0 and Moodle 3.1. If you have an older version of Moodle you can still make it work but you will need to manually add one extra plugin, please check: