Passed
Push — develop ( 16fb8d...02bc0c )
by Michał
02:53
created

Checkout Config

build:
    environment:
        php:
            version: 5.6, 7.0, 7.1
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=build/logs/clover.xml'
                coverage:
                    file: 'build/logs/clover.xml'
                    format: 'clover'

Repository Config

checks:
        php:
            code_rating: true
            duplication: true
build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
        tests: true