Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit e8a003f

Browse files
authored
Update .scrutinizer.yml
1 parent 50e60bf commit e8a003f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.scrutinizer.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ build:
22
nodes:
33
coverage:
44
tests:
5+
before:
6+
- 'composer install --no-interaction'
57
override:
68
- command: vendor/bin/phpunit --coverage-clover=clover.xml
79
coverage:
810
file: clover.xml
9-
format: clover
11+
format: clover

0 commit comments

Comments
 (0)