Completed
Push — master ( 663938...04e5ce )
by Florent
02:08
created

Checkout Config

before_commands:
    - "composer install --prefer-dist"

checks:
    php:
        code_rating: true
        duplication: false

tools:
    php_sim: false
    php_changetracking: true
    sensiolabs_security_checker: true
    php_mess_detector: true
    php_code_sniffer: true
    php_analyzer: true
    php_code_coverage: false
    php_cpd: true
    php_pdepend:
        excluded_dirs: [vendor/*, Tests/*]
filter:
    excluded_paths: [vendor/*, Tests/*]

Repository Config

# language: php