Skip to content

Commit e4f5866

Browse files
committed
Update .scrutinizer.yml.
1 parent 411afef commit e4f5866

File tree

1 file changed

+23
-6
lines changed

1 file changed

+23
-6
lines changed

.scrutinizer.yml

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
1+
filter:
2+
dependency_paths:
3+
- "vendor/"
4+
excluded_paths:
5+
- 'test/'
6+
17
build:
2-
tests:
3-
override:
4-
- command: './bin/phing unit'
5-
coverage:
6-
file: 'test/coverage.xml'
7-
format: 'php-clover'
8+
environment:
9+
php:
10+
pecl_extensions:
11+
- inotify
12+
13+
nodes:
14+
analysis:
15+
tests:
16+
override:
17+
- php-scrutinizer-run
18+
19+
tests:
20+
override:
21+
- command: './bin/phing unit'
22+
coverage:
23+
file: 'test/coverage.xml'
24+
format: 'php-clover'

0 commit comments

Comments
 (0)