Completed
Push — develop ( 02078e...d6641b )
by Janusz
05:15
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true
filter:
    excluded_paths:
        - spec/*

build:
    environment:
        variables:
            COMPOSER_MEMORY_LIMIT: -1
    dependencies:
        before:
            - pecl install xdebug

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        tests: true
checks:
    php: true
coding_style:
    php: {  }
filter: {  }

tools:
    php_code_coverage: true