build: environment: php: version: 7.1 tests: override: - command: 'vendor/bin/phpunit --coverage-clover=/tmp/coverage-clover.xml' coverage: file: '/tmp/coverage-clover.xml' format: 'clover'
checks: php: { } filter: paths: [src/*] coding_style: php: { } build: tests: override: - command: 'vendor/bin/phpunit -c phpunit.xml' coverage: file: 'coverage/coverage-clover.xml' format: 'clover'