Skip to content

Commit

Permalink
Remove pre 2.2.2 versions of ruby from .travis.yml
Browse files Browse the repository at this point in the history
Added explicit checking of 2.2.2, 2.2.3, 2.2.4, 2.2.5, and 2.3.1
fixes ruby-grape#1440
  • Loading branch information
Joe Faber committed Jul 15, 2016
1 parent 5936ee6 commit 2de68a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ language: ruby
sudo: false

rvm:
- 2.3.1
- 2.3.0
- 2.2
- 2.1
- 2.0.0
- 2.2.5
- 2.2.4
- 2.2.3
- 2.2.2
- rbx-2
- jruby-19mode
- ruby-head
- jruby-head

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

#### Fixes

* [#1440](https://github.com/ruby-grape/grape/pull/1441): Remove pre-2.2.2 rubies from .travis.yml - [@jlfaber](https://github.com/jlfaber).
* [#1430](https://github.com/ruby-grape/grape/pull/1430): Fix for `declared(params)` inside `route_param` - [@Arkanain](https://github.com/Arkanain).
* [#1405](https://github.com/ruby-grape/grape/pull/1405): Fix priority of `rescue_from` clauses applying - [@hedgesky](https://github.com/hedgesky).
* [#1365](https://github.com/ruby-grape/grape/pull/1365): Fix finding exception handler in error middleware - [@ktimothy](https://github.com/ktimothy).
Expand Down

0 comments on commit 2de68a5

Please sign in to comment.