mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #7655 from open-sausages/pulls/4.0/fix-scrutinizer
BUG Fix broken scrutinizer
This commit is contained in:
commit
9f55fd6800
@ -1,7 +1,17 @@
|
|||||||
|
|
||||||
inherit: true
|
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.0.x-dev
|
||||||
|
nodes:
|
||||||
|
analysis:
|
||||||
|
tests:
|
||||||
|
override: [php-scrutinizer-run]
|
||||||
|
|
||||||
filter:
|
filter:
|
||||||
excluded_paths:
|
paths:
|
||||||
- thirdparty/*
|
- src/*
|
||||||
- parsers/*
|
- tests/*
|
||||||
- docs/*
|
|
||||||
- images/*
|
|
||||||
|
Loading…
Reference in New Issue
Block a user