File ".travis.yml"
Full Path: /home/cananyalcin/public_html/core/lib/paypal/paypal/paypalhttp/.travis.yml
File size: 208 bytes
MIME-type: text/plain
Charset: utf-8
sudo: false
language: php
php:
- 5.6
- 7.0
- 7.1
- hhvm
matrix:
allow_failures:
- php: hhvm
fast_finish: true
before_script:
- composer self-update
- composer install --dev
script:
- vendor/bin/phpunit