Skip to content

Commit

Permalink
Update circle test command; ignore vendors in rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Jul 24, 2017
1 parent be02b7e commit 2acdd33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Expand Up @@ -6,6 +6,7 @@ AllCops:
Exclude:
- 'bin/**/*'
- 'spec/dummy/**/*'
- 'vendor/**/*'
- 'tmp/**/*'
- 'Rakefile'
- 'Gemfile'
Expand Down
4 changes: 4 additions & 0 deletions circle.yml
Expand Up @@ -9,3 +9,7 @@ database:
dependencies:
pre:
- gem install bundler -v 1.13.6

test:
override:
- bundle exec rake

0 comments on commit 2acdd33

Please sign in to comment.