forked from LiveCarta/PayPal-PHP-SDK
Updated Testing Framework fixing Travis Builds
This commit is contained in:
15
.travis.yml
15
.travis.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user