build: environment: php: '7.0.6' tests: override: - command: 'phpunit --coverage-clover=coverage.xml' coverage: file: 'coverage.xml' format: 'php-clover' checks: php: code_rating: true duplication: true
checks: php: true filter: { } coding_style: php: { } build: true