Passed
Pull Request — master (#70)
by Antonio
11:12 queued 06:39
created

Checkout Config

build:
  nodes:
    analysis:
      environment:
        apt_packages:
          - libmagickwand-dev
          - libmagickcore-dev
        php:
          version: 7.4
          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
filter:
    excluded_paths:
        - 'spec/*'
checks:
    php: true
    javascript: true
coding_style:
    php: {  }