Added mysql service for travis
This commit is contained in:
parent
de8a1a372d
commit
58f5508b05
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ php:
|
|||
- '7.1.3'
|
||||
- '7.2'
|
||||
|
||||
services:
|
||||
- mysql
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.composer/cache
|
||||
|
|
Loading…
Reference in a new issue