filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: { } build: environment: php: version: 7.0.8 tests: override: - command: 'phpunit --bootstrap vendor/autoload.php --coverage-clover=coverage --no-configuration ./tests' coverage: file: 'coverage' format: 'clover'