partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 79f17e822022aaecf5cd08dca987a6ee675c7882
parent ed8d0ea1c3f43cd132e2a14ec2ffad809a9d1e0e
Author: Drachenkatze <felicia@drachenkatze.org>
Date:   Fri, 20 Dec 2019 19:48:38 +0100

Another attempt for fixing travis

Diffstat:
M.travis.yml | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -13,6 +13,10 @@ env: - SYMFONY__TESTDB=pgsql DB=pgsql - SYMFONY__TESTDB=sqlite DB=sqlite +services: + - mysql + - pgsql + matrix: exclude: - php: hhvm