Add rubocop to travis run

This commit is contained in:
Artem Chernikov 2014-07-21 15:06:22 +02:00
parent bce659a5d9
commit ad2ec92cfa

View file

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