Skip to content

Commit 650a803

Browse files
committed
Ignore builds from new jruby version
1 parent 5c213a2 commit 650a803

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,30 +42,30 @@ branches:
4242
matrix:
4343
exclude:
4444
# hiredis
45-
- rvm: jruby-9
45+
- rvm: jruby-9.1.15.0
4646
gemfile: .travis/Gemfile
4747
env: DRIVER=hiredis REDIS_BRANCH=3.0
48-
- rvm: jruby-9
48+
- rvm: jruby-9.1.15.0
4949
gemfile: .travis/Gemfile
5050
env: DRIVER=hiredis REDIS_BRANCH=3.2
51-
- rvm: jruby-9
51+
- rvm: jruby-9.1.15.0
5252
gemfile: .travis/Gemfile
5353
env: DRIVER=hiredis REDIS_BRANCH=3.0
54-
- rvm: jruby-9
54+
- rvm: jruby-9.1.15.0
5555
gemfile: .travis/Gemfile
5656
env: DRIVER=hiredis REDIS_BRANCH=3.2
5757

5858
# synchrony
59-
- rvm: jruby-9
59+
- rvm: jruby-9.1.15.0
6060
gemfile: .travis/Gemfile
6161
env: DRIVER=synchrony REDIS_BRANCH=3.0
62-
- rvm: jruby-9
62+
- rvm: jruby-9.1.15.0
6363
gemfile: .travis/Gemfile
6464
env: DRIVER=synchrony REDIS_BRANCH=3.2
65-
- rvm: jruby-9
65+
- rvm: jruby-9.1.15.0
6666
gemfile: .travis/Gemfile
6767
env: DRIVER=synchrony REDIS_BRANCH=3.0
68-
- rvm: jruby-9
68+
- rvm: jruby-9.1.15.0
6969
gemfile: .travis/Gemfile
7070
env: DRIVER=synchrony REDIS_BRANCH=3.2
7171
allow_failures:

0 commit comments

Comments
 (0)