Fix travis rubocop

This commit is contained in:
Artem Chernikov 2014-07-21 15:23:10 +02:00
parent ad2ec92cfa
commit 98e9dec252
2 changed files with 3 additions and 4 deletions

View file

@ -82,8 +82,7 @@ Lint/Void:
AllCops:
Include:
- Rakefile
- config.ru
- '**/Rakefile'
- '**/config.ru'
Exclude:
- db/schema.rb
- features/**/*

View file

@ -17,4 +17,4 @@ before_script:
- RAILS_ENV=test bundle exec rake db:migrate --trace
script:
- bundle exec rspec --color --format documentation
- bundle exec rubocop -D
- bundle exec rubocop -Dc .rubocop.yml