Passed
Push — master ( e72220...d47cbb )
by Jonathan
12:45
created

Checkout Config

inherit: true

checks:
    php:
        code_rating: true
        duplication: true

filter:
    paths:
    - src/*

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

Repository Config

build:
    environment:
        variables:
            REPORTING_CLOUD_USERNAME: '[email protected]'
            REPORTING_CLOUD_PASSWORD: '104iO5QSSquFNq4SRYQRMwd#'