build: environment: php: version: 5.6, 5.7, 7.0, 7.1 tests: override: - command: 'phpunit --coverage-clover=coverage_clover' coverage: file: 'coverage_clover' format: 'clover'
checks: php: true filter: { } coding_style: php: spaces: within: brackets: true build: true