Skip to content

Commit a3fb3e9

Browse files
author
Kevin McCormack
committed
Update travis.yml
Use latest patch version of JRuby
1 parent 9f78772 commit a3fb3e9

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.travis.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ rvm:
1010
- 2.4.0
1111
- 2.5.0
1212
- ree
13-
- jruby-1.7.21
14-
- jruby-9.0.0.0
13+
- jruby-1.7.27
14+
- jruby-9.1.17.0
1515
- jruby-9.2.0.0
1616
gemfile:
1717
- Gemfile
@@ -22,7 +22,11 @@ matrix:
2222
gemfile: Gemfile
2323
- rvm: ree
2424
gemfile: Gemfile
25-
- rvm: jruby-9.0.0.0
25+
- rvm: jruby-1.7.27
2626
gemfile: gemfiles/nokogiri-1.5.gemfile
27-
- rvm: jruby-1.7.21
27+
- rvm: jruby-9.1.17.0
2828
gemfile: gemfiles/nokogiri-1.5.gemfile
29+
- rvm: jruby-9.2.0.0
30+
gemfile: gemfiles/nokogiri-1.5.gemfile
31+
env:
32+
- JRUBY_OPTS="--debug"

0 commit comments

Comments
 (0)