silverstripe-framework/.scrutinizer.yml

18 lines
333 B
YAML
Raw Normal View History

2017-11-29 00:39:21 +01:00
2015-05-12 13:25:40 +02:00
inherit: true
2017-11-29 00:39:21 +01:00
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
2017-12-05 13:14:22 +01:00
COMPOSER_ROOT_VERSION: 4.x-dev
2017-11-29 00:39:21 +01:00
nodes:
analysis:
tests:
override: [php-scrutinizer-run]
2015-05-12 13:25:40 +02:00
filter:
2017-11-29 00:39:21 +01:00
paths:
- src/*
- tests/*