Skip to content

Commit

Permalink
FIX Update Scrutinizer configuration to run new build system
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Dec 4, 2017
1 parent 95a7156 commit bcab2af
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -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/*]

0 comments on commit bcab2af

Please sign in to comment.