Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
enable code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Dec 19, 2011
1 parent be16bdf commit fab87c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -2,4 +2,5 @@ phpunit.xml
coverage
vendor/facebook
vendor/symfony
vendor/twig
vendor/twig
Tests/autoload.php
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -10,6 +10,8 @@ env:

before_script: php vendor/vendors.php

script: phpunit --coverage-text

notifications:
email:
- friendsofsymfony-dev@googlegroups.com
1 change: 1 addition & 0 deletions phpunit.xml.dist
Expand Up @@ -14,6 +14,7 @@
<exclude>
<directory>./Resources</directory>
<directory>./Tests</directory>
<directory>./vendor</directory>
</exclude>
</whitelist>
</filter>
Expand Down

0 comments on commit fab87c5

Please sign in to comment.