Test Failed
Push — master ( b931d9...0f645a )
by Fran
02:30
created

Checkout Config

build:
    environment:
        php: 5.6
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=coverage-file'
                coverage:
                    file: 'coverage-file'
                    format: 'clover'

Repository Config

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