diff --git a/.travis.yml b/.travis.yml index 5aa5e95a6..8fc00a69b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,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' + - 'bundle exec bundle-audit check --update --ignore CVE-2015-9284' - yarn build-storybook deploy: provider: heroku