Completed
Push — master ( 1ab5ac...40ae7f )
by Marcel
04:41
created

Checkout Config

filter:
    excluded_paths:
        - 'tests/'
    dependency_paths:
        - "vendor/"
checks:
    php: true
coding_style:
    php: {  }
build:
    nodes:
        analysis:
            project_setup:
                override: true
            tests:
                override:
                    - php-scrutinizer-run --enable-security-analysis
        testing:
            environment:
                php: '7.1'
            tests:
                override:
                    -
                        command: composer test
                        coverage:
                            file: build/coverage.xml
                            format: php-clover

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        tests: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }