Passed
Push — v1 ( 2a4f93...bf6c9c )
by Andrew
07:11 queued 04:13
created

Repository Config

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

Global Config

build:
    environment:
        node:
            version: v8.11.4
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run ./src
                        use_website_config: false
        tests: true
checks:
    php: true
    javascript: true
coding_style:
    php: {  }
filter:
    excluded_paths:
        - '*/dist/*'
        - '*/lib/*'