Skip to content

Commit

Permalink
Move Coverage Clover to Travis
Browse files Browse the repository at this point in the history
No need to run the coverage clover all the time every time.
  • Loading branch information
Jim Lind committed Sep 1, 2015
1 parent 40074e1 commit 0fa2dd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ php:
before_script:
- composer install
script:
- phpunit
- phpunit --coverage-clover build/logs/clover.xml
after_script:
- php vendor/bin/coveralls -v
5 changes: 1 addition & 4 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,4 @@
<directory suffix=".php">src</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-clover" target="build/logs/clover.xml"/>
</logging>
</phpunit>
</phpunit>

0 comments on commit 0fa2dd2

Please sign in to comment.