Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Jul 30, 2019
1 parent e1ecd3b commit b845198
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,20 @@ matrix:
include:
- php: 7.0
env: DB=mysqli
services:
- mysql
- php: 7.0
env: DB=pgsql
addons:
postgresql: 9.3
postgresql: 9.4
- php: 7.1
env: DB=mysqli
services:
- mysql
- php: 7.1
env: DB=pgsql
addons:
postgresql: 9.3
postgresql: 9.4
env:
global:
- MOODLE_BRANCH=MOODLE_35_STABLE
Expand Down

0 comments on commit b845198

Please sign in to comment.