Completed
Push — master ( 3bb026...a4a5f1 )
by Mikael
04:21
created

Checkout Config

imports:
    - php

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