mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-03 14:10:56 +00:00
* Support server configuration per operation * regenerated+tests * base_url fix * support not templated urls * revert update of ruby docs
12 lines
211 B
YAML
12 lines
211 B
YAML
language: ruby
|
|
cache: bundler
|
|
rvm:
|
|
- 2.3
|
|
- 2.4
|
|
- 2.5
|
|
script:
|
|
- bundle install --path vendor/bundle
|
|
- bundle exec rspec
|
|
- gem build dynamic_servers.gemspec
|
|
- gem install ./dynamic_servers-1.0.0.gem
|