Skip to content

Commit 839caf5

Browse files
RC10 improve speed of scrutinizer ci
1 parent a485be0 commit 839caf5

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)