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.
1 parent 00c0f50 commit b27798bCopy full SHA for b27798b
.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,6 +53,9 @@ 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
0 commit comments