Skip to content

Commit 841ddbe

Browse files
committed
Test with Ruby 2.7
1 parent ac399e5 commit 841ddbe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ before_install: gem install bundler -v '<2'
99
rvm:
1010
- 2.5.3
1111
- 2.6.0
12+
- 2.7.1
1213
- jruby-9.2.5.0
1314
- jruby-head
1415
- ruby-head
1516

1617
matrix:
1718
include:
18-
- rvm: 2.6.0
19+
- rvm: 2.7.1
1920
script: bundle exec rake test_isolated
20-
include:
21-
- rvm: 2.6.0
21+
- rvm: 2.7.1
2222
script: bundle exec rake rubocop
2323
allow_failures:
2424
- rvm: jruby-9.2.5.0

0 commit comments

Comments
 (0)