Skip to content

Commit 99cdec3

Browse files
committed
Test support of ruby 2.6.0
1 parent 71cb1e2 commit 99cdec3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ rvm:
99
- 2.3.0
1010
- 2.4.0
1111
- 2.5.0
12+
- 2.6.0
1213
- ree
1314
- jruby-1.7.27
1415
- jruby-9.1.17.0
@@ -40,5 +41,7 @@ matrix:
4041
gemfile: gemfiles/nokogiri-1.5.gemfile
4142
- rvm: 2.5.0
4243
gemfile: gemfiles/nokogiri-1.5.gemfile
44+
- rvm: 2.6.0
45+
gemfile: gemfiles/nokogiri-1.5.gemfile
4346
env:
4447
- JRUBY_OPTS="--debug"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ We created a demo project for Rails4 that uses the latest version of this librar
106106
* 2.3.x
107107
* 2.4.x
108108
* 2.5.x
109+
* 2.6.x
109110
* JRuby 1.7.19
110111
* JRuby 9.0.0.0
111112
* JRuby 9.2.0.0

0 commit comments

Comments
 (0)