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
2013-07-25 14:13:58 +05:30

15 lines
288 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
notifications:
recipients:
- DL-PP-Platform-PHP-SDK@ebay.com
on_success: change