This repository has been archived on 2026-04-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
PayPal-PHP-SDK/.travis.yml
Prasanna Annamalai 55befa55cb Added coveralls support
2013-07-25 14:24:34 +05:30

15 lines
306 B
YAML

language: php
php:
- 5.4
- 5.3
before_script:
- composer install --dev
- composer update satooshi/php-coveralls --dev
script:
- ant coverage
after_script:
- php vendor/bin/coveralls -v -c .coveralls.yml
notifications:
recipients:
- DL-PP-Platform-PHP-SDK@ebay.com
on_success: change