Skip to content

Commit f9f00ff

Browse files
committed
Update .scrutinizer.yml.
1 parent 5be0d84 commit f9f00ff

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.scrutinizer.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,22 @@ build:
88
environment:
99
php:
1010
version: '7.4'
11+
pecl_extensions:
12+
- inotify
1113

1214
nodes:
1315
analysis:
1416
tests:
1517
override:
1618
- php-scrutinizer-run
1719

18-
dependencies:
19-
override:
20-
- composer install --no-interaction
21-
22-
tests:
23-
override:
24-
- command: './bin/phing unit'
25-
coverage:
26-
file: 'test/coverage.xml'
27-
format: 'php-clover'
20+
coverage:
21+
tests:
22+
before:
23+
- export PLAISIO_CONFIG_DIR=test
24+
- ./bin/phing kernel
25+
override:
26+
- command: './bin/phing unit'
27+
coverage:
28+
file: 'test/coverage.xml'
29+
format: 'php-clover'

0 commit comments

Comments
 (0)