Added checking test coverage at tavisci

This commit is contained in:
l3l0 2012-09-05 20:31:58 +02:00
parent 0f3c770a24
commit 3ed8b7db5c
3 changed files with 4 additions and 2 deletions

View File

@ -9,4 +9,4 @@ before_script:
- php composer.phar install --dev
script:
- phpunit
- phpunit --coverage-text

View File

@ -20,7 +20,8 @@
"knplabs/gaufrette": "*"
},
"require-dev": {
"symfony/yaml": "2.*"
"symfony/yaml": "2.*",
"symfony/console": "2.*"
},
"autoload": {
"psr-0": {

View File

@ -23,6 +23,7 @@
<exclude>
<directory>./Resources</directory>
<directory>./Tests</directory>
<directory>./vendor</directory>
</exclude>
</whitelist>
</filter>