mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-24 02:20:51 +00:00
* Removed commented code * Input validation is now supported as strict JSON validation * [PHP][Symfony] Improve the implementation Closes #6614 * Generated code is tested to assure it compiles and updated README to dynamically load dependencies via composer * Updated shell script because shippable tests were failing
11 lines
146 B
YAML
11 lines
146 B
YAML
language: php
|
|
sudo: false
|
|
php:
|
|
- 5.4
|
|
- 5.5
|
|
- 5.6
|
|
- 7.0
|
|
- hhvm
|
|
before_install: "composer install"
|
|
script: "vendor/bin/phpunit"
|