diff --git a/.travis.yml b/.travis.yml index 34235c3d0..1fd58ee18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"