1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-09 15:47:23 +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.2
- 7.3 - 7.3
services:
- mysql
- postgresql
before_install: before_install:
# turn off XDebug # turn off XDebug
- phpenv config-rm xdebug.ini || return 0 - phpenv config-rm xdebug.ini || return 0
@@ -64,3 +68,5 @@ cache:
notifications: notifications:
email: false email: false
dist: trusty