Passed
Push — master ( aad828...a88228 )
by Antonio Carlos
03:09 queued 29s
created

Checkout Config

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

Repository Config

checks:
    php: {  }

filter: {  }
coding_style:
    php: {  }
build:
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=/tmp/coverage-clover.xml'
                coverage:
                    file: '/tmp/coverage-clover.xml'
                    format: 'clover'