Passed
Push — master ( 674f6c...8ed817 )
by Ruben
02:25
created

Checkout Config

build:
    environment:
        php: 7.0.6
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=coverage.xml'
                coverage:
                    file: 'coverage.xml'
                    format: 'clover'

checks:
    php:
        code_rating: true
        duplication: true

Repository Config

# language: php

# tests: true