Update travis.yml
This commit is contained in:
parent
4ca04d204d
commit
0122cc1138
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ cache:
|
||||||
- $HOME/.npm
|
- $HOME/.npm
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 7.2
|
- 7.3
|
||||||
- 7.4
|
- 7.4
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
|
@ -25,7 +25,7 @@ services:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- MOODLE_BRANCH=MOODLE_310_STABLE
|
- MOODLE_BRANCH=MOODLE_311_STABLE
|
||||||
- IGNORE_NAMES=mobile_*.mustache # Mobile mustache has specific syntax, ignore their templates
|
- IGNORE_NAMES=mobile_*.mustache # Mobile mustache has specific syntax, ignore their templates
|
||||||
matrix:
|
matrix:
|
||||||
- DB=pgsql
|
- DB=pgsql
|
||||||
|
|
Loading…
Reference in a new issue