Completed
Push — master ( aa685e...fec83c )
by
unknown
01:38
created

Checkout Config

build:
    environment:
        php:
            version: '7.0'
    tests:
        override:
            -
                command: './vendor/bin/phpunit'
                coverage:
                    file: './build/logs/clover.xml'
                    format: 'php-clover'

checks:
    php: true

coding_style:
    php: {}

filter:
    excluded_paths:
        - 'Tests/*'

Repository Config

# language: php

# tests: true