forked from LiveCarta/PayPal-PHP-SDK
Merge pull request #14 from prannamalai/master
Added support for coveralls, updated travis config
This commit is contained in:
6
.coveralls.yml
Normal file
6
.coveralls.yml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# .coveralls.yml configuration
|
||||||
|
|
||||||
|
# for php-coveralls
|
||||||
|
src_dir: lib
|
||||||
|
coverage_clover: build/coverage/clover.xml
|
||||||
|
json_path: build/coverage/coveralls-upload.json
|
||||||
@@ -3,7 +3,12 @@ php:
|
|||||||
- 5.4
|
- 5.4
|
||||||
- 5.3
|
- 5.3
|
||||||
before_script:
|
before_script:
|
||||||
- composer install
|
- composer install --dev
|
||||||
|
- composer update satooshi/php-coveralls --dev
|
||||||
|
script:
|
||||||
|
- ant coverage
|
||||||
|
after_script:
|
||||||
|
- php vendor/bin/coveralls -v -c .coveralls.yml
|
||||||
notifications:
|
notifications:
|
||||||
recipients:
|
recipients:
|
||||||
- DL-PP-Platform-PHP-SDK@ebay.com
|
- DL-PP-Platform-PHP-SDK@ebay.com
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
REST API SDK for PHP (V0.7.0) [](https://travis-ci.org/paypal/rest-api-sdk-php)
|
REST API SDK for PHP
|
||||||
==============================
|
====================
|
||||||
|
[](https://travis-ci.org/paypal/rest-api-sdk-php) [](https://coveralls.io/r/paypal/rest-api-sdk-php?branch=master) [](https://packagist.org/packages/paypal/rest-api-sdk-php) [](https://packagist.org/packages/paypal/rest-api-sdk-php)
|
||||||
|
|
||||||
This repository contains PayPal's PHP SDK and samples for REST API.
|
This repository contains PayPal's PHP SDK and samples for REST API.
|
||||||
|
|
||||||
@@ -64,5 +65,4 @@ More help
|
|||||||
---------
|
---------
|
||||||
|
|
||||||
* [API Reference](https://developer.paypal.com/webapps/developer/docs/api/)
|
* [API Reference](https://developer.paypal.com/webapps/developer/docs/api/)
|
||||||
* [Reporting issues / feature requests] (https://github.com/paypal/rest-api-sdk-php/issues)
|
* [Reporting issues / feature requests] (https://github.com/paypal/rest-api-sdk-php/issues)
|
||||||
|
|
||||||
@@ -18,7 +18,8 @@
|
|||||||
"paypal/sdk-core-php": "2.4.*"
|
"paypal/sdk-core-php": "2.4.*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "3.7.*"
|
"phpunit/phpunit": "3.7.*",
|
||||||
|
"satooshi/php-coveralls": "dev-master"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
|
|||||||
Reference in New Issue
Block a user