Skip to content

Commit

Permalink
Stop testing Ruby 2.1, add 2.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Aug 20, 2018
1 parent 66a58c7 commit 36e23c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ cache: bundler

rvm:
- 2.2
- 2.1
- 2.3.4
- 2.3
- 2.5
- ruby-head
- jruby-head

Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
* [#207](https://github.com/slack-ruby/slack-ruby-client/pull/207): Added `apps_permissions_resources_list` and `apps_permissions_scopes_list` - [@jmanian](https://github.com/jmanian).
* [#207](https://github.com/slack-ruby/slack-ruby-client/pull/207): Added `users_conversations` - [@jmanian](https://github.com/jmanian).
* [#206](https://github.com/slack-ruby/slack-ruby-client/pull/206): Fix 100% cpu usage in async examples - [@felixbuenemann](https://github.com/felixbuenemann).
* [#208](https://github.com/slack-ruby/slack-ruby-client/issues/208): Upgraded RuboCop to 0.58.2 - [@dblock](https://github.com/dblock).
* [#208](https://github.com/slack-ruby/slack-ruby-client/issues/208): No longer tested with Ruby 2.1, added 2.5 - [@dblock](https://github.com/dblock).

### 0.11.1 (1/23/2018)

Expand Down

0 comments on commit 36e23c2

Please sign in to comment.