Fix broken CI
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
language: php
|
language: php
|
||||||
sudo: false
|
sudo: false
|
||||||
|
notifications:
|
||||||
|
email: false
|
||||||
|
|
||||||
|
services:
|
||||||
|
- postgresql
|
||||||
|
- mysql
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 7.1
|
- 7.1
|
||||||
@@ -29,4 +35,4 @@ before_script:
|
|||||||
- ls -la plugins/
|
- ls -la plugins/
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- phpunit -c tests/units.$DB.xml plugins/$PLUGIN/Test/
|
- ./vendor/bin/phpunit -c tests/units.$DB.xml plugins/$PLUGIN/Test/
|
||||||
|
|||||||
Reference in New Issue
Block a user