Passed
Pull Request — 4.X (#35)
by Igor
16:26 queued 03:38
created

Checkout Config

build:
  nodes:
    analysis:
      environment:
        apt_packages:
          - libmagickwand-dev
          - libmagickcore-dev
        php:
          version: 7.3
          pecl_extensions:
            - apcu
            - imagick
            - zip

Repository Config

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