Skip to content

Commit ba1be2d

Browse files
committed
Merge pull request #596 from redis/jruby-head
Test on jruby head
2 parents 00c0f50 + 7c443c8 commit ba1be2d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

Lines changed: 7 additions & 3 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,12 +53,12 @@ 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

5562
notifications:
5663
irc:
5764
- irc.freenode.net#redis-rb
58-
email:
59-
60-

0 commit comments

Comments
 (0)