mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-05-16 21:41:31 +02:00
Removed Travis support for Moodle 32 and 33, see issue #106
This commit is contained in:
16
.travis.yml
16
.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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user