checks: php: true build: environment: php: version: 7.0 tests: true
filter: excluded_paths: [vendor/*] checks: php: true tools: php_code_sniffer: config: standard: "PSR2" build: environment: php: version: 7.0 ini: 'date.timezone': 'Paris/Europe' tests: override: - command: 'phpunit --coverage-clover coverage.xml' coverage: file: 'coverage.xml' format: 'php-clover'