Completed
Push — master ( bf8c5c...907e34 )
by Marcel
02:44 queued 57s
created

Checkout Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }
build:
    tests:
        override:
            -
                command: 'wget https://phar.phpunit.de/phpunit-4.8.26.phar && php phpunit-4.8.26.phar'
                coverage:
                    file: 'build/logs/clover.xml'
                    format: 'clover'