Completed
Push — master ( a37560...dc18cb )
by Kuba
05:32
created

Repository Config

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

checks:
    php:
        duplication: false

filter:
    paths:
        - 'src/*'