Skip to content

Commit 9620ba7

Browse files
committed
Remove non-existant JRuby modes
1 parent c0bb190 commit 9620ba7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ rvm:
1515
- ruby-head
1616
matrix:
1717
include:
18-
- rvm: jruby-19mode
18+
- rvm: jruby-18mode
1919
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
20-
- rvm: jruby-20mode
20+
- rvm: jruby-19mode
2121
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
2222
- rvm: jruby-head
2323
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
2424
allow_failures:
25+
- rvm: jruby-18mode
2526
- rvm: jruby-19mode
26-
- rvm: jruby-20mode
2727
- rvm: jruby-head
2828
- rvm: rbx
2929
- rvm: ruby-head

0 commit comments

Comments
 (0)