Fix broken CI

This commit is contained in:
Frédéric Guillot
2019-10-24 18:18:26 -07:00
parent d2fcd33295
commit 78ff20b2e9

View File

@@ -1,5 +1,11 @@
language: php
sudo: false
notifications:
email: false
services:
- postgresql
- mysql
php:
- 7.1
@@ -29,4 +35,4 @@ before_script:
- ls -la plugins/
script:
- phpunit -c tests/units.$DB.xml plugins/$PLUGIN/Test/
- ./vendor/bin/phpunit -c tests/units.$DB.xml plugins/$PLUGIN/Test/