filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: { } build: environment: php: version: 5.6.9 tests: override: - command: 'phpunit --coverage-clover=coverage.xml --configuration=phpunit.xml' coverage: file: 'coverage.xml' format: 'clover'