Completed
Push — master ( 2a510c...5bfa5e )
by Richard
03:56
created

Checkout Config

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

Repository Config

# language: php