Completed
Push — master ( 76213d...94c6d4 )
by Daniel
02:46
created

Checkout Config

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

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }
build: true