checks: php: true filter: { } coding_style: php: spaces: other: after_type_cast: false build: environment: php: version: 5.6.9 # Common versions: 5.4, 5.5, 5.6, 7.0 or hhvm tests: override: - command: phpunit --configuration phpunit.xml --coverage-clover my-coverage-file coverage: file: my-coverage-file format: php-clover
checks: php: true filter: { } coding_style: php: spaces: other: after_type_cast: false build: true