Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.

Add ruby 2.4 to Travis builds. Set it as rubocop target version #17

Merged
merged 1 commit into from
Jan 24, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AllCops:
DisabledByDefault: true
TargetRubyVersion: 2.3
TargetRubyVersion: 2.4

#################### Lint ################################

Expand Down
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ cache: bundler

matrix:
include:
- rvm: 2.4.0
gemfile: gemfiles/rails42.gemfile
- rvm: 2.4.0
gemfile: gemfiles/rails5.gemfile
- rvm: 2.3.3
gemfile: gemfiles/rails42.gemfile
- rvm: 2.3.3
Expand Down