Passed
Push — v3 ( d49e4d...c31cc7 )
by Andrew
17:27 queued 08:45
created

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
                    - js-scrutinizer-run

        tests: true
checks:
    php: true
    javascript: true
coding_style:
    php: {  }
filter:
    excluded_paths:
        - '*/dist/*'
        - '*/lib/*'