Skip to content

Commit

Permalink
Test with Ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Jun 5, 2020
1 parent ac399e5 commit 841ddbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -9,16 +9,16 @@ before_install: gem install bundler -v '<2'
rvm:
- 2.5.3
- 2.6.0
- 2.7.1
- jruby-9.2.5.0
- jruby-head
- ruby-head

matrix:
include:
- rvm: 2.6.0
- rvm: 2.7.1
script: bundle exec rake test_isolated
include:
- rvm: 2.6.0
- rvm: 2.7.1
script: bundle exec rake rubocop
allow_failures:
- rvm: jruby-9.2.5.0
Expand Down

0 comments on commit 841ddbe

Please sign in to comment.