Skip to content

Commit b7b0a3d

Browse files
committed
Exclude certain jruby runs
1 parent 2f39218 commit b7b0a3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ matrix:
3939
- rvm: jruby-19mode
4040
gemfile: .travis/Gemfile
4141
env: conn=hiredis REDIS_BRANCH=2.8
42-
- rvm: jruby-head
42+
- rvm: jruby-9.0.5.0
4343
gemfile: .travis/Gemfile
4444
env: conn=hiredis REDIS_BRANCH=2.8
4545

@@ -53,7 +53,7 @@ matrix:
5353
- rvm: jruby-19mode
5454
gemfile: .travis/Gemfile
5555
env: conn=synchrony REDIS_BRANCH=2.8
56-
- rvm: jruby-head
56+
- rvm: jruby-9.0.5.0
5757
gemfile: .travis/Gemfile
5858
env: conn=synchrony REDIS_BRANCH=2.8
5959
allow_failures:

0 commit comments

Comments
 (0)