1
0
mirror of https://github.com/dg/dibi.git synced 2025-07-31 03:10:14 +02:00

travis: fixed databases

This commit is contained in:
David Grudl
2019-09-30 10:55:50 +02:00
parent 5c5838aee4
commit 4d647c2aed

View File

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