Passed
Push — master ( 45af29...c7026e )
by Fran
02:25
created

Checkout Config

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

Repository Config

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