build: environment: php: version: '7.0' tests: override: - command: './vendor/bin/phpunit' coverage: file: './build/logs/clover.xml' format: 'php-clover' checks: php: true coding_style: php: {} filter: excluded_paths: - 'Tests/*'
# language: php # tests: true