Skip to content

Commit

Permalink
Test on Ruby 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
budnik committed Feb 18, 2020
1 parent 420530c commit d837a59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ rvm:
- 2.4.9
- 2.5.7
- 2.6.5
- 2.7.0
- ruby-head
- jruby-head

matrix:
fast_finish: true

allow_failures:
- rvm: 2.4.9
- rvm: ruby-head
- rvm: jruby-head
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#### Fixes

* Your contribution here.
* [#330](https://github.com/ruby-grape/grape-entity/pull/330): CI: use Ruby 2.4.9, 2.5.7, 2.6.5 - [@budnik](https://github.com/budnik).
* [#330](https://github.com/ruby-grape/grape-entity/pull/330): CI: use Ruby 2.5.7, 2.6.5, 2.7.0 - [@budnik](https://github.com/budnik).
* [#329](https://github.com/ruby-grape/grape-entity/pull/329): Option expose_nil doesn't work when block is passed - [@serbiant](https://github.com/serbiant).
* [#320](https://github.com/ruby-grape/grape-entity/pull/320): Gemspec: drop eol'd property rubyforge_project - [@olleolleolle](https://github.com/olleolleolle).
* [#307](https://github.com/ruby-grape/grape-entity/pull/307): Allow exposures to call methods defined in modules included in an entity - [@robertoz-01](https://github.com/robertoz-01).
Expand Down

0 comments on commit d837a59

Please sign in to comment.