Skip to content

Commit

Permalink
Update .scrutinizer.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
prwater committed Nov 23, 2020
1 parent cbbc20f commit ac62ce8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ build:
override:
- php-scrutinizer-run

tests:
override:
- command: './bin/phing unit'
coverage:
file: 'test/coverage.xml'
format: 'php-clover'
coverage:
tests:
override:
- command: './bin/phing unit'
coverage:
file: 'test/coverage.xml'
format: 'php-clover'

0 comments on commit ac62ce8

Please sign in to comment.