Completed
Push — master ( 183196...1bb93a )
by Patrick
01:27
created

Checkout Config

build:
    environment:
        php: '5.6.9'

    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=some-file'
                coverage:
                    file: 'some-file'
                    format: 'php-clover'

filter:
    excluded_paths: [tests/*]

Repository Config

# language: php

# tests: true