Skip to content

Commit c3a4cad

Browse files
committed
Update .scrutinizer.yml.
1 parent eaaf26c commit c3a4cad

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.scrutinizer.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,24 @@ filter:
44
excluded_paths:
55
- 'test/'
66

7-
87
build:
8+
environment:
9+
php:
10+
version: '7.4'
11+
pecl_extensions:
12+
- inotify
13+
914
nodes:
1015
analysis:
1116
tests:
17+
override:
18+
- php-scrutinizer-run
19+
20+
coverage:
21+
tests:
22+
before:
23+
- export PLAISIO_CONFIG_DIR=test
24+
- ./bin/phing kernel
1225
override:
1326
- command: './bin/phing unit'
1427
coverage:

0 commit comments

Comments
 (0)