build: environment: php: version: 5.6.9 dependencies: before: - ./install.sh tests: override: - command: 'phpunit --coverage-clover=some-file' coverage: file: 'some-file' format: 'php-clover' checks: php: code_rating: true duplication: true filter: excluded_paths: - test/* - vendor/*
filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: { }