Skip to content

Commit

Permalink
IMPROVED : PHPUnit Tests (with generation of a clover file)
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Apr 2, 2014
1 parent fc25f33 commit 74bc737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ script:
## PHPLOC
- php phploc.phar src/
## PHPUnit
- phpunit -c ./ --coverage-text
- phpunit -c ./ --coverage-text --coverage-clover build/logs/clover.xml

after_script:
## Coveralls
Expand Down

0 comments on commit 74bc737

Please sign in to comment.