Updated Testing Framework fixing Travis Builds

This commit is contained in:
Jay Patel
2014-09-21 17:57:51 -05:00
parent eb123f05eb
commit 1f52a87876
4 changed files with 18 additions and 7 deletions

View File

@@ -11,12 +11,15 @@ matrix:
fast_finish: true
before_script:
- composer install --dev
- composer update satooshi/php-coveralls --dev
- composer require satooshi/php-coveralls:* --dev
script:
- ant coverage
after_script:
- mkdir build
- mkdir build/coverage
- phpunit
after_success:
- php vendor/bin/coveralls -v -c .coveralls.yml
notifications:
recipients:
- DL-PP-PHP-SDK@ebay.com
on_success: change
email:
recipients:
- DL-PP-PHP-SDK@ebay.com
on_success: change