build: environment: php: version: 7.0.6 tests: override: - command: phpunit --coverage-clover=my-coverage-file tests coverage: file: my-coverage-file format: php-clover checks: php: true filter: excluded_paths: - "app/*" - "bin/*" - "tests/*" - "var/*" - "src/AppBundle/Fixture/*" - "src/AppBundle/Command/Composer/*"
# language: php # tests: true