Removed Travis support for Moodle 32 and 33, see issue #106

This commit is contained in:
Daniel Thee Roperto
2017-02-20 14:42:14 +11:00
parent 0b17efedba
commit 2b25eb92db
2 changed files with 1 additions and 17 deletions

View File

@@ -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