1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-05 05:37:39 +02:00

travis: fixed databases

This commit is contained in:
David Grudl
2019-09-30 10:55:50 +02:00
parent c1640c5e7b
commit f46b7f4d79

View File

@@ -4,6 +4,10 @@ php:
- 7.2
- 7.3
services:
- mysql
- postgresql
before_install:
# turn off XDebug
- phpenv config-rm xdebug.ini || return 0