Skip to content

Commit

Permalink
Fix Rubocop configuration error and add Ruby 2.5 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobEvelyn committed Jan 4, 2018
1 parent 42faed3 commit 6e7ddfa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .rubocop.yml
Expand Up @@ -116,9 +116,6 @@ IfUnlessModifier:
IfWithSemicolon:
Enabled: false

InvalidCharacterLiteral:
Enabled: false

Lambda:
Enabled: false

Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ rvm:
- 2.2.0
- 2.3.0
- 2.4.0
- 2.5.0
script:
- bundle exec rake test
- bundle exec rubocop
Expand Down

0 comments on commit 6e7ddfa

Please sign in to comment.