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