Completed
Push — master ( 0adb6d...988b1d )
by Tristan
24:05 queued 20:04
created

Checkout Config

imports:
    - php
tools:
    php_mess_detector: true
    php_code_sniffer: true
    sensiolabs_security_checker: true
    php_pdepend: true
build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=some-file'
                coverage:
                    file: 'some-file'
                    format: 'clover'

Repository Config

# language: php

# tests: true