Test Failed
Push — master ( 688466...b931d9 )
by Fran
07:15
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