MDL-79863 qtype_ordering: Test against more Moodle and PHP versions on Travis

This commit is contained in:
Tim Hunt 2018-11-27 11:36:06 +00:00 committed by Mathew May
parent 9f6e662d30
commit 79122279eb

View File

@ -23,7 +23,7 @@ matrix:
- MOODLE_BRANCH=master
- DB=pgsql
- php: 7.1
- php: 7.2
env:
- MOODLE_BRANCH=MOODLE_35_STABLE
- DB=mysqli
@ -36,6 +36,11 @@ matrix:
- php: 7.0
env:
- MOODLE_BRANCH=MOODLE_33_STABLE
- DB=mysqli
- php: 5.6
env:
- MOODLE_BRANCH=MOODLE_32_STABLE
- DB=pgsql
before_install: