Fixed errors from CI

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2019-05-08 01:17:40 +04:00
parent eb4b9b69f8
commit e2627eaf86
4 changed files with 48 additions and 22 deletions
+8 -8
View File
@@ -23,15 +23,15 @@ php:
- "7.2"
env:
global:
- MOODLE_BRANCH=MOODLE_33_STABLE
- MOODLE_BRANCH=MOODLE_34_STABLE
- MOODLE_BRANCH=MOODLE_35_STABLE
- MOODLE_BRANCH=MOODLE_36_STABLE
matrix:
- DB=mysqli
- DB=pgsql
- MOODLE_BRANCH=MOODLE_31_STABLE DB=mysqli
- MOODLE_BRANCH=MOODLE_31_STABLE DB=pgsql
- MOODLE_BRANCH=MOODLE_34_STABLE DB=mysqli
- MOODLE_BRANCH=MOODLE_34_STABLE DB=pgsql
- MOODLE_BRANCH=MOODLE_35_STABLE DB=mysqli
- MOODLE_BRANCH=MOODLE_35_STABLE DB=pgsql
- MOODLE_BRANCH=MOODLE_36_STABLE DB=mysqli
- MOODLE_BRANCH=MOODLE_36_STABLE DB=pgsql
before_install:
- phpenv config-rm xdebug.ini