filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: indentation: general: size: 1 build: environment: php: '5.5.25' tests: override: - command: 'phpunit --coverage-clover=coverage.xml' coverage: file: 'coverage.xml' format: 'php-clover'