build:
environment:
php:
version: 7.1.0
tests:
override:
-
command: vendor/bin/phpunit --coverage-clover=coverage.xml tests
coverage:
file: coverage.xml
format: php-clover
checks:
php:
code_rating: true
duplication: true
# language: php