Completed
Push — master ( 605cf4...2dcac2 )
by Richard
05:16
created

Checkout Config

before_commands:
    - composer install
checks:
    php: true
filter:
    excluded_paths:
        - 'tests/*'
build:
    environment:
        php: '5.5.25'
    tests:
        override:
            -
                command: 'phpunit --bootstrap vendor/autoload.php --coverage-clover=coverage-file tests'
                coverage:
                    file: 'coverage-file'
                    format: 'clover'

Repository Config

# language: php