Completed
Push — master ( 39c921...c79094 )
by Daniel
03:19
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