forked from loafle/openapi-generator-original
add .travis.yml
This commit is contained in:
parent
f27d2534a6
commit
74c512453e
10
samples/client/petstore/php/SwaggerClient-php/.travis.yml
Normal file
10
samples/client/petstore/php/SwaggerClient-php/.travis.yml
Normal file
@ -0,0 +1,10 @@
|
||||
language: php
|
||||
sudo: false
|
||||
php:
|
||||
- 5.4
|
||||
- 5.5
|
||||
- 5.6
|
||||
- 7.0
|
||||
- hhvm
|
||||
before_install: "composer install"
|
||||
script: "phpunit lib/Tests"
|
Loading…
x
Reference in New Issue
Block a user