Skip to content

Commit

Permalink
[Ruby] Add new Ruby versions to the Travis CI build matrix configurat…
Browse files Browse the repository at this point in the history
…ion (#9971)

* Add new Ruby versions to the Travis CI build matrix configuration

* Build the project and update samples
  • Loading branch information
szTheory committed Jul 19, 2021
1 parent 5920bbd commit 6229801
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ rvm:
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
- 3.0
script:
- bundle install --path vendor/bundle
- bundle exec rspec
Expand Down
3 changes: 3 additions & 0 deletions samples/client/petstore/ruby-faraday/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ rvm:
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
- 3.0
script:
- bundle install --path vendor/bundle
- bundle exec rspec
Expand Down
3 changes: 3 additions & 0 deletions samples/client/petstore/ruby/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ rvm:
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
- 3.0
script:
- bundle install --path vendor/bundle
- bundle exec rspec
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ rvm:
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
- 3.0
script:
- bundle install --path vendor/bundle
- bundle exec rspec
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ rvm:
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
- 3.0
script:
- bundle install --path vendor/bundle
- bundle exec rspec
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ rvm:
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
- 3.0
script:
- bundle install --path vendor/bundle
- bundle exec rspec
Expand Down

0 comments on commit 6229801

Please sign in to comment.