Skip to content

Commit

Permalink
Merge pull request #594 from redis/newer-ruby
Browse files Browse the repository at this point in the history
Test on Ruby 2.3
  • Loading branch information
badboy committed Mar 4, 2016
2 parents 11d5d84 + f57d939 commit 00c0f50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ rvm:
- 2.0
- 2.1
- 2.2
- 2.3.0
- jruby-18mode
- jruby-19mode
- rbx-2
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To install **redis-rb**, run the following command:
gem install redis
```

Or if you are using **bundler**, add
Or if you are using **bundler**, add

```
gem 'redis', '~>3.2'
Expand Down Expand Up @@ -298,9 +298,11 @@ This library is tested using [Travis][travis-home], where it is tested
against the following interpreters and drivers:

* MRI 1.8.7 (drivers: ruby, hiredis)
* MRI 1.9.2 (drivers: ruby, hiredis, synchrony)
* MRI 1.9.3 (drivers: ruby, hiredis, synchrony)
* MRI 2.0.0 (drivers: ruby, hiredis, synchrony)
* MRI 2.0 (drivers: ruby, hiredis, synchrony)
* MRI 2.1 (drivers: ruby, hiredis, synchrony)
* MRI 2.2 (drivers: ruby, hiredis, synchrony)
* MRI 2.3 (drivers: ruby, hiredis, synchrony)
* JRuby 1.7 (1.8 mode) (drivers: ruby)
* JRuby 1.7 (1.9 mode) (drivers: ruby)

Expand Down

0 comments on commit 00c0f50

Please sign in to comment.