Skip to content

Commit

Permalink
Pin rubocop to a known good version
Browse files Browse the repository at this point in the history
There were some backwards incompatible changes that caused new offenses to be triggered
on CI, which in turn causes PRs to fail for reasons unrelated to the code they're changing.

I was going to fix the new offenses, but one of them is actually triggered by
a bug in the rubocop library (see rubocop/rubocop#2116), so this turned
out to require more time than I could spare for it today.
  • Loading branch information
kytrinyx committed Aug 8, 2015
1 parent b1ac0b5 commit 9f49f69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ rvm:
- 2.1.2

install:
- gem install minitest
- gem install rubocop
- gem install minitest --no-ri --no-rdoc
- gem install rubocop -v 0.31.0 --no-ri --no-rdoc

script:
- rubocop -fs -D
Expand Down

0 comments on commit 9f49f69

Please sign in to comment.