Passed
Branch misc-updates (0575c9)
by Marcel
04:54
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'