Passed
Push — master ( fc8ed6...2fbd4a )
by Jonathan
06:03
created

Checkout Config

inherit: true

checks:
    php:
        code_rating: true
        duplication: true

filter:
    paths:
        - src/*

build:
    nodes:
        php71:
            environment:
                php: 7.1
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: composer test
                        coverage:
                            file: build/phpunit/clover.xml
                            format: php-clover
        php72:
            environment:
                php: 7.2
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: composer test
                        coverage:
                            file: build/phpunit/clover.xml
                            format: php-clover
        php73:
            environment:
                php: 7.3
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: composer test
                        coverage:
                            file: build/phpunit/clover.xml
                            format: php-clover

Repository Config

# language: php

# tests: true