Skip to content

Commit

Permalink
Update .scrutinizer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kschroeder authored Feb 14, 2017
1 parent 2dff916 commit dc75a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ build:
tests:
override:
-
command: 'vendor/bin/phpunit --coverage-clover coverage'
command: 'vendor/phpunit/phpunit/phpunit -c tests/phpunit.xml.dist --coverage-clover coverage'
coverage:
file: 'coverage'
format: 'php-clover'

0 comments on commit dc75a7f

Please sign in to comment.