Passed
Push — master ( 54ce74...0c8925 )
by Alessandro
01:09
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true

build:
    environment:
        php:
            version: 5.6
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=some-file'
                coverage:
                    file: 'some-file'
                    format: 'clover'

Repository Config

# language: php

# tests: true