Update travis
This commit is contained in:
parent
3c937be003
commit
d35cd7890d
1 changed files with 4 additions and 2 deletions
|
@ -10,9 +10,12 @@ php:
|
||||||
- 5.6
|
- 5.6
|
||||||
- 7.0
|
- 7.0
|
||||||
|
|
||||||
|
addons:
|
||||||
|
postgresql: 9.3
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- MOODLE_BRANCH=MOODLE_32_STABLE
|
- MOODLE_BRANCH=MOODLE_33_STABLE
|
||||||
matrix:
|
matrix:
|
||||||
- DB=pgsql
|
- DB=pgsql
|
||||||
- DB=mysqli
|
- DB=mysqli
|
||||||
|
@ -29,7 +32,6 @@ install:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- moodle-plugin-ci phplint
|
- moodle-plugin-ci phplint
|
||||||
- moodle-plugin-ci phpcpd
|
|
||||||
- moodle-plugin-ci codechecker
|
- moodle-plugin-ci codechecker
|
||||||
- moodle-plugin-ci csslint
|
- moodle-plugin-ci csslint
|
||||||
- moodle-plugin-ci shifter
|
- moodle-plugin-ci shifter
|
||||||
|
|
Loading…
Reference in a new issue