Passed
Branch development (7a9a5e)
by Jonathan
20:06 queued 10:49
created

Checkout Config

inherit: true

checks:
    php:
        code_rating: true
        duplication: true

filter:
    paths:
    - src/*

build:
    nodes:
        php56:
            environment:
                php: '5.6.16'
            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#'