Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
13
vendor/mercadopago/dx-php/.travis.yml
vendored
Normal file
13
vendor/mercadopago/dx-php/.travis.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
language: php
|
||||
php:
|
||||
- "5.6"
|
||||
- "7.0"
|
||||
- "7.1"
|
||||
- "7.2"
|
||||
|
||||
before_script:
|
||||
- composer self-update
|
||||
- composer install --no-interaction
|
||||
|
||||
script:
|
||||
- vendor/bin/phpunit
|
||||
Reference in New Issue
Block a user