FIX: Use `bundle exec` for `bundle-audit`

This commit is contained in:
Robin Ward 2017-05-15 15:05:36 -04:00
parent f114d63de4
commit 570c2c1b88
1 changed files with 1 additions and 1 deletions

View File

@ -61,5 +61,5 @@ install:
- bash -c "if [ '$RAILS_MASTER' == '0' ]; then bundle install --without development --deployment --retry=3 --jobs=3; fi"
script:
- bundle-audit check --update
- bundle exec bundle-audit check --update
- bash -c "if [ '$QUNIT_RUN' == '0' ]; then bundle exec rspec && bundle exec rake plugin:spec; else bundle exec rake qunit:test['200000']; fi"