Completed
Push — ci ( 90d1bb...834fb6 )
by Fabian
99:47 queued 74:40
created

Checkout Config

imports:
    - php

filter:
    paths:
        - src/*

checks:
    php: true

tools:
    php_code_sniffer:
        config:
            standard: PSR2
    php_sim: true
    php_cpd: false
    php_loc: true
    php_hhvm: false
    php_mess_detector: true
    php_pdepend: true
    php_analyzer: false
    sensiolabs_security_checker: true
    php_changetracking: true
    external_code_coverage:
        runs: 1
        timeout: 1200