build: tests: override: - command: 'php --version ; wget https://phar.phpunit.de/phpunit-5.7.phar --output-document=./phpunit; ./phpunit --coverage-clover=coverage.clover' coverage: file: 'coverage.clover' format: 'clover' filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: { } build: true