Skip to content

Commit

Permalink
Add scrutinizer config
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick477 committed Sep 10, 2020
1 parent ecba7ea commit 301e458
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run
environment:
variables:
COMPOSER_MEMORY_LIMIT: -1

filter:
excluded_paths: [tests/*, spec/*]

0 comments on commit 301e458

Please sign in to comment.