We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00c0f50 + 7c443c8 commit ba1be2dCopy full SHA for ba1be2d
.travis.yml
@@ -9,6 +9,7 @@ rvm:
9
- 2.3.0
10
- jruby-18mode
11
- jruby-19mode
12
+ - jruby-head
13
- rbx-2
14
15
gemfile: ".travis/Gemfile"
@@ -38,6 +39,9 @@ matrix:
38
39
- rvm: jruby-19mode
40
gemfile: .travis/Gemfile
41
env: conn=hiredis REDIS_BRANCH=2.8
42
+ - rvm: jruby-head
43
+ gemfile: .travis/Gemfile
44
+ env: conn=hiredis REDIS_BRANCH=2.8
45
46
# synchrony
47
- rvm: 1.8.7
@@ -49,12 +53,12 @@ matrix:
49
53
50
54
51
55
env: conn=synchrony REDIS_BRANCH=2.8
56
57
58
+ env: conn=synchrony REDIS_BRANCH=2.8
52
59
allow_failures:
60
- rvm: rbx-2
61
62
notifications:
63
irc:
64
- irc.freenode.net#redis-rb
- email:
- - [email protected]
0 commit comments