Make sure to have the appropriate databases for Travis CI

This commit is contained in:
Timothy Warren 2019-12-11 16:41:39 -05:00
parent 8013a9fc61
commit 834c4e39df
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@ sudo: false
language: php
services:
- mysql
- postgresql
php:
- 7.2
- 7.3