Completed
Push — master ( 2d2147...01e786 )
by Dan
03:15
created

Checkout Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            other:
                after_type_cast: false
build:
    environment:
        php:
            version: 5.6.9       # Common versions: 5.4, 5.5, 5.6, 7.0 or hhvm
    tests:
        override:
            -
                command: phpunit --configuration phpunit.xml  --coverage-clover my-coverage-file
                coverage:
                    file: my-coverage-file
                    format: php-clover


Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            other:
                after_type_cast: false
build: true