Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
16
vendor/paypal/paypalhttp/.travis.yml
vendored
Normal file
16
vendor/paypal/paypalhttp/.travis.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
||||
Reference in New Issue
Block a user