Completed
Push — master ( 5bf102...f122dc )
by Koss
08:17 queued 02:53
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=phpunit.xml.dist'
                coverage:
                    file: 'phpunit.xml.dist'
                    format: 'clover'     
checks:
    php:
        simplify_boolean_return: true
    javascript: true

coding_style:
    php: {  }