Skip to content

Commit

Permalink
added ruby 2.7 travis testing and rubocop target version
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Mar 23, 2020
1 parent 280164a commit e57215f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
@@ -1,7 +1,7 @@
require: rubocop-performance

AllCops:
TargetRubyVersion: 2.6
TargetRubyVersion: 2.7

Layout:
Enabled: false
Expand Down
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -35,6 +35,10 @@ matrix:
env:
- ENABLE_OJ=true
- rvm: 2.6
gemfile: gemfiles/ruby-latest
env:
- ENABLE_OJ=true
- rvm: 2.7
gemfile: gemfiles/ruby-latest
env:
- ENABLE_OJ=true
Expand Down

0 comments on commit e57215f

Please sign in to comment.