Updated travis
This commit is contained in:
parent
82b430f5aa
commit
09d7812fe1
1 changed files with 2 additions and 2 deletions
|
@ -7,15 +7,15 @@ cache:
|
|||
- $HOME/.composer/cache
|
||||
|
||||
php:
|
||||
- 5.6
|
||||
- 7.0
|
||||
- 7.1
|
||||
|
||||
addons:
|
||||
postgresql: 9.3
|
||||
|
||||
env:
|
||||
global:
|
||||
- MOODLE_BRANCH=MOODLE_33_STABLE
|
||||
- MOODLE_BRANCH=MOODLE_34_STABLE
|
||||
matrix:
|
||||
- DB=pgsql
|
||||
- DB=mysqli
|
||||
|
|
Loading…
Reference in a new issue