Passed
Push — master ( e382f2...f1f70f )
by Julien
22:58
created

Checkout Config

build:
  nodes:
    zemit:
      environment:
        php:
          version: 7.4
          # @link https://pecl.php.net/
          pecl_extensions:
            - psr
            - phalcon
            - redis
            - memcached
            - apcu
      tests:
        override:
          - php-scrutinizer-run
filter:
  excluded_paths:
    - 'tests/'
  dependency_paths:
    - 'vendor/'

Repository Config

build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
filter:
    excluded_paths:
        - 'tests/*'