Passed
Branch master (0a91cc)
by Patrick
02:36
created

Checkout Config

build:
    environment:
        php: '5.6.9'

    tests:
        override:
            -
                command: 'phpunit --coverage-clover=some-file'
                coverage:
                    file: 'some-file'
                    format: 'php-clover'
                    
filter:
    excluded_paths: [tests/*]

Repository Config

# language: php

# tests: true