Rollback of the test file to the previous version
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
8e4dc79100
commit
656b560a04
20
.travis.yml
20
.travis.yml
@ -1,19 +1,25 @@
|
||||
language: php
|
||||
|
||||
os: "linux"
|
||||
php: 7.2
|
||||
sudo: false
|
||||
|
||||
addons:
|
||||
postgresql: "10"
|
||||
|
||||
services:
|
||||
- "mysql"
|
||||
- "postgresql"
|
||||
php:
|
||||
- 5.6
|
||||
- 7.1
|
||||
|
||||
env:
|
||||
- DB=mysqli MOODLE_BRANCH=MOODLE_29_STABLE
|
||||
- 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=MOODLE_33_STABLE
|
||||
- DB=mysqli MOODLE_BRANCH=MOODLE_34_STABLE
|
||||
- DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
|
||||
- DB=pgsql MOODLE_BRANCH=MOODLE_29_STABLE
|
||||
- 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=MOODLE_33_STABLE
|
||||
- DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE
|
||||
- DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user