-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependencies and travis matrix #446
Conversation
rymai
commented
Jun 4, 2018
- 38108c5 2018-06-03 | Replace jruby-9.1.2.0 by jruby-9.2.0.0 in the build matrix [Olle Jonsson]
- 913c166 2018-06-04 | Simplify the build matrix to use minor Ruby versions [Rémy Coutable]
- 736dd9c 2017-12-31 | Add Ruby 2.5.0 to the build matrix [Tsukuru Tanimichi]
- 1161552 2016-06-05 | Replace rbx-2 with rbx-3 in the build matrix [Omer Katz]
- 45802c5 2018-06-04 | Don't use RubyDep anymore since it's outdated and not very useful [Rémy Coutable]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some files could not be reviewed due to errors:
.rubocop.yml: Style/DotPosition has the wrong namespace - should be Layout
.rubocop.yml: Style/DotPosition has the wrong namespace - should be Layout .rubocop.yml: Style/FileName has the wrong namespace - should be Naming .rubocop.yml: Style/PredicateName has the wrong namespace - should be Naming .rubocop.yml: Style/AccessorMethodName has the wrong namespace - should be Naming Error: The `Style/TrailingCommaInLiteral` cop no longer exists. Please use `Style/TrailingCommaInArrayLiteral` and/or `Style/TrailingCommaInHashLiteral` instead. (obsolete configuration found in .rubocop.yml, please update it) obsolete parameter MaxLineLength (for Style/IfUnlessModifier) found in .rubocop.yml `Style/IfUnlessModifier: MaxLineLength` has been removed. Use `Metrics/LineLength: Max` instead
Signed-off-by: Rémy Coutable <[email protected]>
Signed-off-by: Rémy Coutable <[email protected]>
Signed-off-by: Rémy Coutable <[email protected]>
Signed-off-by: Rémy Coutable <[email protected]>
Signed-off-by: Rémy Coutable <[email protected]>
Signed-off-by: Rémy Coutable <[email protected]>
38108c5
to
648c64f
Compare
@rymai thanks for the PR! https://travis-ci.org/guard/listen/builds/387684506?utm_source=github_status&utm_medium=notification Ruby 2.4 -> error by But it looks good to me. I think this PR improves current master branch.
https://rubygems.org/gems/simplecov |
Someone cared to PR the coveralls gem: |
See guard/listen#446 and guard/listen#490 Signed-off-by: Takuya Noguchi <[email protected]>