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
Jay Patel 0ed9c26d02 Updated version of SDK Core
- Updated version
- Fixed Testing Bugs
- Updated README
- Updated Release note
2014-09-24 13:41:32 -05:00

26 lines
444 B
YAML

language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: hhvm
fast_finish: true
before_script:
- composer install --dev
- composer require satooshi/php-coveralls:* --dev
script:
- mkdir build
- mkdir build/coverage
- phpunit
after_success:
- php vendor/bin/coveralls -v -c .coveralls.yml
notifications:
email:
recipients:
- DL-PP-PHP-SDK@ebay.com
on_success: change