Completed
Push — master ( 6a354a...7cf3fe )
by Florent
01:59
created

Checkout Config

imports:
    - php

before_commands:
    - composer install

filter:
    excluded_paths: [vendor/*, tests/*, app/*, bin/*, library/*]

tools:
    php_sim: true
    php_pdepend: true
    php_analyzer: true
    php_code_coverage: true
    php_mess_detector: true
    php_code_sniffer: true
    external_code_coverage: true