Skip to content
Merged
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
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd suggest to also test against 2.1.1. This release is IMO more stable than 2.1.0.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haven't noticed any problems with RuboCop's builds on 2.1.0 so far, but maybe it makes sense to always use the latest bugfix release.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had lots of crashes / segfaults on 2.1.0, that had been fixed with 2.1.1.

- ruby-head
- jruby-18mode
- jruby-19mode
- rbx-2
matrix:
allow_failures:
- rvm: ruby-head
before_install:
- gem update bundler
- bundle --version
Expand Down