Merge pull request #7655 from open-sausages/pulls/4.0/fix-scrutinizer

BUG Fix broken scrutinizer
This commit is contained in:
Daniel Hensby 2017-11-29 11:46:21 +00:00 committed by GitHub
commit 9f55fd6800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,17 @@
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:
excluded_paths:
- thirdparty/*
- parsers/*
- docs/*
- images/*
paths:
- src/*
- tests/*