Skip to content

Commit

Permalink
run rubocop on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
codez committed Dec 8, 2016
1 parent 25330a1 commit 940261a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ before_script:
- psql -c 'create database raar_test;' -U postgres
- psql -c 'create database airtime_test;' -U postgres

script: bundle exec rails test
script:
- bundle exec rails test
- bundle exec rubocop

deploy:
provider: releases
Expand Down

0 comments on commit 940261a

Please sign in to comment.