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
2014-07-13 23:07:37 +02:00

23 lines
394 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 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