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

Commit

Permalink
Add ruby 2.4 to Travis builds. Set it as rubocop target version
Browse files Browse the repository at this point in the history
  • Loading branch information
sponomarev committed Dec 28, 2016
1 parent 2512083 commit ac04cb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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

0 comments on commit ac04cb9

Please sign in to comment.