Passed
Push — master ( a063d5...82ab58 )
by Mikael
04:28
created

Checkout Config

imports:
    - php

filter:
    excluded_paths: [vendor/*, test/*]

build:

    dependencies:
        before:
            -
                command: "mkdir build"

    tests:
        override:
            -
                command: "phpunit --configuration .phpunit.xml"
                coverage:
                    file: "build/coverage.clover"
                    format: "php-clover"

Repository Config

# language: php

# tests: true