Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Run rubocop in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Martinez committed Aug 25, 2016
1 parent 57194a2 commit 0929b8a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion circle/specs-and-rake-tasks
Expand Up @@ -25,8 +25,11 @@ echo "OK"
RAILS_ENV=test rake db:schema:load
RAILS_ENV=test JS_TEST=1 bundle exec teaspoon

# Lint codebase
bundle exec rubocop

# Runs tests
rspec spec
bundle exec rspec spec

# Try to run all of the DB-related rake tasks
bundle exec rake RAILS_ENV=test db:migrate db:seed champaign:seed_liquid

0 comments on commit 0929b8a

Please sign in to comment.