Skip to content

Commit

Permalink
Let Travis CI run rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
yujinakayama committed Jul 6, 2013
1 parent eb3c0de commit 6df1ece
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ rvm:
- 2.0.0
- jruby-19mode
- rbx-19mode
script: bundle exec rspec
script:
- bundle exec rspec
- bundle exec rubocop

0 comments on commit 6df1ece

Please # to comment.