Add bundler-audit script to Travis (#303)

This commit is contained in:
rhymes 2018-08-09 19:39:44 +02:00 committed by Mac Siri
parent 2f495c9be0
commit c08bb2a2f9

View file

@ -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"