Completed
Push — master ( 18e74f...a33520 )
by Jean-Bernard
01:57
created

Checkout Config

build:
    tests:
        override:
            -
                command: 'wget https://phar.phpunit.de/phpunit.phar --output-document=./phpunit; php phpunit tests'
                coverage:
                    file: '/tmp/coverage.xml'
                    format: 'clover'

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }
build: true