forked from loafle/openapi-generator-original
* add to_s in api error class * rename variable to align with code sample * fix initalize, better validation * update petstore samples * add code sample for model * add auto-generated travis file * improve error message * add travis file * uncomment to_s
12 lines
197 B
YAML
12 lines
197 B
YAML
language: ruby
|
|
cache: bundler
|
|
rvm:
|
|
- 2.3
|
|
- 2.4
|
|
- 2.5
|
|
script:
|
|
- bundle install --path vendor/bundle
|
|
- bundle exec rspec
|
|
- gem build petstore.gemspec
|
|
- gem install ./petstore-1.0.0.gem
|