Add bundler-audit script to Travis (#303)
This commit is contained in:
parent
2f495c9be0
commit
c08bb2a2f9
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ script:
|
|||
- "./cc-test-reporter format-coverage -t lcov -o coverage/codeclimate.lcov.json"
|
||||
- "./cc-test-reporter sum-coverage coverage/codeclimate.*.json"
|
||||
- "./cc-test-reporter upload-coverage"
|
||||
- "bundle exec bundle-audit update && bundle exec bundle-audit check"
|
||||
deploy:
|
||||
provider: heroku
|
||||
api_key: "$HEROKU_AUTH_TOKEN"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue