Passed
Push — master ( 5a5b1b...d794ce )
by Jonathan
02:52 queued 01:22
created

Checkout Config

inherit: true

checks:
    php:
        code_rating: true
        duplication: true

filter:
    paths:
    - src/*

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

Repository Config

# language: php

# tests: true