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
japatel d24a4afdb6 Final Webhook Management API Changes
- Updated Samples
- Additional Functional Tests
- Enabled Travis to do functional tests (with allowed failures) on each build
2014-12-15 13:54:11 -06:00

31 lines
544 B
YAML

language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
env:
- REST_MODE=mock
- REST_MODE=sandbox
matrix:
allow_failures:
- php: hhvm
- env: REST_MODE=sandbox
fast_finish: true
before_script:
- composer self-update
- 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