diff --git a/.travis.yml b/.travis.yml index 03a99d881..cedd8a5ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,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 check --update --ignore CVE-2018-1000544" +- "bundle exec bundle-audit check --update" deploy: provider: heroku api_key: "$HEROKU_AUTH_TOKEN"