Checkout Config
filter:
excluded_paths: [vendor/*, tests/*]
checks:
php:
code_rating: true
duplication: true
build:
environment:
php:
version: 7.0
tests:
override:
-
command: 'vendor/bin/phpunit --configuration phpunit.travis.xml --coverage-text'
coverage:
file: 'coverage.clover'
format: 'php-clover'
tools:
external_code_coverage: false
php_mess_detector: true
php_cpd:
enabled: true
excluded_dirs: [vendor, tests]
php_loc:
enabled: true
excluded_dirs: [vendor, tests]
php_pdepend:
excluded_dirs: [vendor, tests]
php_code_sniffer:
config:
standard: "PSR2"
Repository Config
# language: php
# tests: true