Completed
Push — laravel-5 ( 2ca47f...0e4947 )
by Andy
04:08
created

Checkout Config

filter:
    excluded_paths: [vendor/*, app/*, web/*]

before_commands:
    - export COMPOSER_PROCESS_TIMEOUT=600
    - composer install --dev --prefer-dist

tools:
    php_cpd: true
    php_pdepend:
        excluded_dirs: [tests, vendor]

    php_code_coverage:
        enabled: true
        filter:
            excluded_paths: [vendor/*]
    external_code_coverage: true

checks:
    php:
        code_rating: true
        duplication: true