Skip to content

Commit

Permalink
build(travis-ci): updated configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
yurinskiy committed Feb 22, 2020
1 parent 3d00992 commit a662e32
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,17 @@ cache:

php:
- 7.0
- 7.1

env:
global:
- MOODLE_BRANCH=MOODLE_35_STABLE
- MOODLE_BRANCH=MOODLE_36_STABLE
- MOODLE_BRANCH=MOODLE_37_STABLE
matrix:
- DB=pgsql
- DB=mysqli
- DB=pgsql MOODLE_BRANCH=master
- DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_36_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
- DB=mysqli MOODLE_BRANCH=master
- DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_36_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE

before_install:
- phpenv config-rm xdebug.ini
Expand Down

0 comments on commit a662e32

Please sign in to comment.