Skip to content

Commit cec122b

Browse files
mxygemseanmarcia
authored andcommitted
Add rubocop to travis (#189)
1 parent 22936af commit cec122b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ script:
55
- export RAILS_ENV=test
66
- bundle exec rake db:setup db:migrate
77
- bundle exec rake spec
8+
- bundle exec rubocop
89
after_success:
910
- if [ $TRAVIS_PULL_REQUEST == false ] && [ $TRAVIS_BRANCH == "master" ]; then openssl
1011
aes-256-cbc -k $DEPLOY_KEY -in config/deploy_id_rsa_enc_travis -d -a -out config/deploy_id_rsa;

0 commit comments

Comments
 (0)