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: AllCops:
Include: Include:
- Rakefile - '**/Rakefile'
- config.ru - '**/config.ru'
Exclude: Exclude:
- db/schema.rb - db/schema.rb
- features/**/*

View file

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