example
This commit is contained in:
10
example/clients/php/SwaggerClient-php/.travis.yml
Normal file
10
example/clients/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: "vendor/bin/phpunit"
|
Reference in New Issue
Block a user