Completed
Pull Request — master (#10)
by Witold
06:22 queued 04:12
created

Checkout Config

checks:
    php: true
build:
    environment:
        php:
            version: 5.6.16
    tests:
        override:
            -
                command: 'phpunit'
                coverage:
                    file: 'tmp/phpunit-coverage-clover.xml'
                    format: 'php-clover'

Repository Config

filter:
    excluded_paths:
        - 'test/*'
checks:
    php: true
coding_style:
    php: {  }