1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-06 22:26:43 +02:00

travis: fixed databases

This commit is contained in:
David Grudl
2019-09-30 10:55:50 +02:00
parent 6aa8a431c2
commit 22b15d9859

View File

@@ -8,6 +8,10 @@ php:
- 7.2
- 7.3
services:
- mysql
- postgresql
before_install:
# turn off XDebug
- phpenv config-rm xdebug.ini || return 0
@@ -64,3 +68,5 @@ cache:
notifications:
email: false
dist: trusty