Skip to content

Commit

Permalink
Add rubocop to build... maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
CloCkWeRX committed Jul 27, 2015
1 parent e2d10db commit a29f3e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ rvm:
- 2.1
bundler_args: --without integration
cache: bundler
after_script: bundle exec rubocop
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ gem 'rake'

group :development do
gem 'guard-rspec'
gem 'rubocop'
end

group :integration do
Expand Down

0 comments on commit a29f3e7

Please sign in to comment.