Skip to content

Commit b27798b

Browse files
committed
Test on jruby head
1 parent 00c0f50 commit b27798b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ rvm:
99
- 2.3.0
1010
- jruby-18mode
1111
- jruby-19mode
12+
- jruby-head
1213
- rbx-2
1314

1415
gemfile: ".travis/Gemfile"
@@ -38,6 +39,9 @@ matrix:
3839
- rvm: jruby-19mode
3940
gemfile: .travis/Gemfile
4041
env: conn=hiredis REDIS_BRANCH=2.8
42+
- rvm: jruby-head
43+
gemfile: .travis/Gemfile
44+
env: conn=hiredis REDIS_BRANCH=2.8
4145

4246
# synchrony
4347
- rvm: 1.8.7
@@ -49,6 +53,9 @@ matrix:
4953
- rvm: jruby-19mode
5054
gemfile: .travis/Gemfile
5155
env: conn=synchrony REDIS_BRANCH=2.8
56+
- rvm: jruby-head
57+
gemfile: .travis/Gemfile
58+
env: conn=synchrony REDIS_BRANCH=2.8
5259
allow_failures:
5360
- rvm: rbx-2
5461

0 commit comments

Comments
 (0)