Completed
Push — master ( ef87bf...ce0503 )
by Andy
02:16
created

Repository Config

checks:
    php: true
filter:
    excluded_paths:
        - 'examples/'
build:
    environment:
        php: '7.1.1'
    cache:
        directories:
            - 'vendor/'
            - '~/.composer/cache/files'
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=coverage'
                coverage:
                    file: 'coverage'
                    format: 'clover'