Passed
Push — master ( 19386d...c4ef65 )
by Jonathan
08:41
created

Checkout Config

inherit: true

checks:
    php:
        code_rating: true
        duplication: true

filter:
    paths:
    - src/*

build:
    nodes:
        php56:
            environment:
                php: '5.6'
            tests:
                override:
                    -
                        command: composer test
                        coverage:
                            file: build/phpunit/clover.xml
                            format: php-clover
        php71:
            environment:
                php: '7.1'
            tests:
                override:
                    -
                        command: composer test
                        coverage:
                            file: build/phpunit/clover.xml
                            format: php-clover

Repository Config

filter:
    excluded_paths:
        - 'test/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build:
    environment:
        variables:
            REPORTING_CLOUD_USERNAME: '[email protected]'
            REPORTING_CLOUD_PASSWORD: '104iO5QSSquFNq4SRYQRMwd#'
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true
                    - php-scrutinizer-run