Skip to content

Commit 5f9dcd9

Browse files
authored
Merge pull request #524 from tknzk/test-against-ruby-270
Test against Ruby 2.7.0
2 parents 703875d + dc2338a commit 5f9dcd9

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ rvm:
99
- 2.4.6
1010
- 2.5.5
1111
- 2.6.3
12+
- 2.7.0
1213
- ree
1314
- jruby-1.7.27
1415
- jruby-9.1.17.0
@@ -42,5 +43,7 @@ matrix:
4243
gemfile: gemfiles/nokogiri-1.5.gemfile
4344
- rvm: 2.6.3
4445
gemfile: gemfiles/nokogiri-1.5.gemfile
46+
- rvm: 2.7.0
47+
gemfile: gemfiles/nokogiri-1.5.gemfile
4548
env:
4649
- JRUBY_OPTS="--debug"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ We created a demo project for Rails4 that uses the latest version of this librar
115115
* 2.4.x
116116
* 2.5.x
117117
* 2.6.x
118+
* 2.7.x
118119
* JRuby 1.7.19
119120
* JRuby 9.0.0.0
120121
* JRuby 9.2.0.0

0 commit comments

Comments
 (0)