Completed
Push — master ( 064978...847d5a )
by Mathijs
04:11 queued 56s
created

Checkout Config

filter:
    excluded_paths: [vendor/*, tests/*, examples/*]
checks:
    php:
        code_rating: true
        duplication: true

build:
    environment:
        php:
            version: 7.0
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=coverage.html'
                coverage:
                    file: 'coverage.html'
                    format: 'clover'

Repository Config

# language: php

# tests: true