.travis.yml in redis-3.2.2 vs .travis.yml in redis-3.3.0

- old
+ new

@@ -4,12 +4,14 @@ - 1.8.7 - 1.9.3 - 2.0 - 2.1 - 2.2 + - 2.3.0 - jruby-18mode - jruby-19mode + - jruby-9.0.5.0 - rbx-2 gemfile: ".travis/Gemfile" sudo: false @@ -35,10 +37,13 @@ gemfile: .travis/Gemfile env: conn=hiredis REDIS_BRANCH=2.8 - rvm: jruby-19mode gemfile: .travis/Gemfile env: conn=hiredis REDIS_BRANCH=2.8 + - rvm: jruby-9.0.5.0 + gemfile: .travis/Gemfile + env: conn=hiredis REDIS_BRANCH=2.8 # synchrony - rvm: 1.8.7 gemfile: .travis/Gemfile env: conn=synchrony REDIS_BRANCH=2.8 @@ -46,14 +51,15 @@ gemfile: .travis/Gemfile env: conn=synchrony REDIS_BRANCH=2.8 - rvm: jruby-19mode gemfile: .travis/Gemfile env: conn=synchrony REDIS_BRANCH=2.8 + - rvm: jruby-9.0.5.0 + gemfile: .travis/Gemfile + env: conn=synchrony REDIS_BRANCH=2.8 allow_failures: - rvm: rbx-2 notifications: irc: - irc.freenode.net#redis-rb - email: - - damian.janowski@gmail.com - - pcnoordhuis@gmail.com + email: false