Skip to content

Commit 63f3472

Browse files
committed
Add scrutinizer config
1 parent a8d613f commit 63f3472

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.scrutinizer.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
build:
2+
nodes:
3+
analysis:
4+
tests:
5+
override:
6+
- php-scrutinizer-run
7+
environment:
8+
variables:
9+
COMPOSER_MEMORY_LIMIT: -1
10+
11+
filter:
12+
excluded_paths: [tests/*, spec/*]

0 commit comments

Comments
 (0)