Completed
Branch master (3f0e31)
by Cédric
05:54
created

Checkout Config

filter:
    excluded_paths:
        - "tests/*"
        - ".atoum.php"
    dependency_paths:
        - "env/*"
        - "vendor/*"

before_commands:
    - "composer install"

tools:
    external_code_coverage:
        timeout: 600
    php_mess_detector: true
    php_code_sniffer: true
    sensiolabs_security_checker: true
    php_pdepend: true
    php_loc: true
    php_cpd: false

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    - 'phpcs-run --standard=check-style.xml'
                    - js-scrutinizer-run
        tests: true

checks:
    php: true
    javascript: true