We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22936af commit cec122bCopy full SHA for cec122b
.travis.yml
@@ -5,6 +5,7 @@ script:
5
- export RAILS_ENV=test
6
- bundle exec rake db:setup db:migrate
7
- bundle exec rake spec
8
+- bundle exec rubocop
9
after_success:
10
- if [ $TRAVIS_PULL_REQUEST == false ] && [ $TRAVIS_BRANCH == "master" ]; then openssl
11
aes-256-cbc -k $DEPLOY_KEY -in config/deploy_id_rsa_enc_travis -d -a -out config/deploy_id_rsa;
0 commit comments