From c08bb2a2f9cdb6676219846d1fd26bbc6112f75c Mon Sep 17 00:00:00 2001 From: rhymes Date: Thu, 9 Aug 2018 19:39:44 +0200 Subject: [PATCH] Add bundler-audit script to Travis (#303) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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"