Adding support for coveralls

This commit is contained in:
Prasanna Annamalai
2013-07-25 14:13:58 +05:30
parent e0046e3bbe
commit acd4872654
3 changed files with 12 additions and 2 deletions

View File

@@ -3,7 +3,12 @@ php:
- 5.4
- 5.3
before_script:
- composer install
- composer install --dev
- composer update satooshi/php-coveralls --dev
script:
- ant coverage
after_script:
- php vendor/bin/coveralls -v
notifications:
recipients:
- DL-PP-Platform-PHP-SDK@ebay.com