Removed unsupported Ruby and Rails versions from TravisCI config
Added Ruby 2.5.0 and Rails 5.2.0.beta2
Right now tests still this warning:
The client method is deprecated as of redis-rb 4.0.0, please use the new _clientmethod instead. Support for the old method will be removed in redis-namespace 2.0.
Changes:
Right now tests still this warning:
but it's caused by
resque
gem (see https://github.com/resque/resque/issues/1591)