# .scrutinizer.yml build: environment: php: version: 7.2 # Common versions: 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, or hhvm nodes: analysis: tests: override: - php-scrutinizer-run coverage: tests: override: - command: vendor/phpunit/phpunit/phpunit coverage: file: coverage.xml # <- Set this to where we find the coverage data. format: clover
# language: php # tests: true