Skip to content
This repository has been archived by the owner on Jul 10, 2020. It is now read-only.

Commit

Permalink
Merge origin/master
Browse files Browse the repository at this point in the history
  • Loading branch information
neilime committed Jan 16, 2014
2 parents e80f888 + f07f40e commit 05d920f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_script:
- cd tests

script:
- phpunit --coverage-clover ../build/logs/clover.xml
- phpunit

after_script:
- php vendor/bin/coveralls -v
3 changes: 3 additions & 0 deletions tests/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@
<file>../Module.php</file>
</whitelist>
</filter>
<logging>
<log type="coverage-clover" target="../build/logs/clover.xml"/>
</logging>
</phpunit>

0 comments on commit 05d920f

Please sign in to comment.