Completed
Push — master ( 50a7a1...902ef7 )
by Jean-Bernard
01:44
created

Repository Config

build:
    tests:
        override:
            -
                command: 'wget https://phar.phpunit.de/phpunit-5.7.phar --output-document=./phpunit; php phpunit --whitelist . --coverage-clover=coverage.clover --bootstrap vendor/autoload.php tests'
                coverage:
                    file: 'coverage.clover'
                    format: 'clover'
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }
build: true