filter: excluded_paths: - vendor/* - spec/* build: environment: php: 5.6 tests: override: - command: './vendor/bin/phpspec run' coverage: file: 'coverage.xml' format: 'clover' dependencies: before: - cp phpspec.yml.dist phpspec.yml checks: php: code_rating: true duplication: true
# language: php # tests: true