Skip to content

Commit

Permalink
travis - more ruby versions, rubocop for 2.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster committed Feb 21, 2020
1 parent e356b3f commit e8cf6d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ inherit_gem:
rubocop-config-umbrellio: lib/rubocop.yml

AllCops:
TargetRubyVersion: 2.6.5
TargetRubyVersion: 2.4.7

Naming/FileName:
Exclude:
Expand Down
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
sudo: false
language: ruby
rvm:
- 2.4.1
- 2.4.7
- 2.5.7
- 2.6.5
- 2.7.0
- ruby-head

before_install: gem install bundler -v 2.0.0
addons:
postgresql: "9.6"
Expand Down

0 comments on commit e8cf6d8

Please sign in to comment.