Completed
Push — master ( e56407...a408b3 )
by Mykolas
09:58
created

Checkout Config

build:
  nodes:
    coverage:
      tests:
        override:
          - command: 'vendor/bin/behat'
            coverage:
              file: 'build/behat-coverage'
              format: 'clover'

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
                    - js-scrutinizer-run
        tests: true
filter:
    excluded_paths:
        - 'tests/*'
        - 'features/*'
checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            other:
                after_type_cast: false