Passed
Branch master (d257f4)
by Jonathan
01:36
created

Checkout Config

inherit: 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