FIX Update Scrutinizer configuration to run new build system

This commit is contained in:
Robbie Averill 2017-12-04 15:29:15 +13:00
parent 95a71566f1
commit bcab2af5af
1 changed files with 7 additions and 3 deletions

View File

@ -1,9 +1,13 @@
inherit: true
checks:
php:
code_rating: true
duplication: true
php: true
build:
nodes:
analysis:
tests:
override: [php-scrutinizer-run]
filter:
paths: [src/*, tests/*]