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
Prakash Gangadharan 4ddb1de829 Fix for ValidateWebhookEvent - Fatal error (#1300)
* Test against php 7.3
* fix for ValidateWebhookEvent - Fatal error
* fixed typo
2019-10-15 23:02:55 +05:30

31 lines
436 B
YAML

sudo: required
dist: precise
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- hhvm
matrix:
allow_failures:
- php: hhvm
fast_finish: true
before_script:
- composer self-update
- composer install --dev
- composer require satooshi/php-coveralls:* --dev
script:
- mkdir build
- mkdir build/coverage
- vendor/bin/phpunit
notifications:
email:
recipients:
- DL-PP-PHP-SDK@paypal.com
on_success: change