Skip to content

Commit a381e8a

Browse files
author
Eugene Matvejev
authored
Merge pull request #73 from eugene-matvejev/speedup-scrutinizer
RC10 improve speed of scrutinizer ci
2 parents d31a753 + 839caf5 commit a381e8a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,9 @@ build:
1212
php:
1313
version: "7.0.4"
1414
tests:
15-
override:
16-
-
17-
command: "composer validate"
1815
override:
1916
-
2017
command: "php bin/phpunit -c phpunit.xml --colors=always --verbose --coverage-clover=coverage.xml"
2118
coverage:
2219
file: "coverage.xml"
23-
format: "php-clover"
20+
format: "clover"

0 commit comments

Comments
 (0)