Completed
Push — master ( b9dd72...c820a3 )
by Marcel
02:31
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }
build:
    tests:
        override:
            -
                command: 'php vendor/bin/phpunit'
                coverage:
                    file: 'build/clover.xml'
                    format: 'clover'