Passed
Push — master ( 0a775f...b22139 )
by Fran
37:07 queued 29:28
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