Passed
Push — master ( ead99e...4691ae )
by Bukashk0zzz
02:06
created

Checkout Config

checks:
    php: true

filter:
    excluded_paths:
        - Resources/*

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
            environment:
                node:
                    version: 6.0.0
        tests: true
checks:
    php: true
    javascript: true
filter:
    excluded_paths:
        - '*.min.js'
coding_style:
    php: {  }