Completed
Push — master ( 9b95c3...b81b9c )
by Raffael
04:43
created

Repository Config

build:
    environment:
        php:
            version: 7.2       # Common versions: 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, or hhvm
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
                    -   command: 'vendor/bin/phpunit -c phpunit.xml'
                        coverage:
                            file: 'build/coverage.xml'
                            format: 'clover'
        tests: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            within:
                brackets: true