Test Failed
Push — master ( b3bb4f...b721f8 )
by Pascal
07:03
created

Checkout Config

filter:
    paths: ["src/*"]
build:
    environment:
        php: '5.6'
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=coverage-clover'
                coverage:
                    file: 'coverage-clover'
                    format: 'clover'

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php: {  }
build: true