Completed
Push — faster-cleartable-ss4 ( cefb81 )
by Sam
04:06 queued 03:55
created

Checkout Config

inherit: true

build:
  environment:
    variables:
      # Must match actual branch, not alias. E.g. 4.x-dev rather than 4.1.x-dev for 4 branch, but 4.0.x-dev for 4.0 branch
      COMPOSER_ROOT_VERSION: 4.x-dev
  nodes:
    analysis:
      tests:
        override: [php-scrutinizer-run]

filter:
  paths:
    - src/*
    - tests/*

Repository Config

tools:
    php_sim: true
    php_pdepend: true
    php_analyzer: true
filter:
    excluded_paths:
        - 'tests/*'