Skip to content

Commit

Permalink
Fix scrunitizer command. (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliance authored Jun 8, 2017
1 parent b5e8975 commit 68753c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build:
tests:
override:
-
command: 'phpunit --coverage-clover=report'
command: './vendor/bin/phpunit --coverage-clover report.xml'
coverage:
file: 'report'
file: 'report.xml'
format: 'clover'

0 comments on commit 68753c6

Please sign in to comment.