From 570c2c1b885dd1873505a128bdc833a8928be2a0 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Mon, 15 May 2017 15:05:36 -0400 Subject: [PATCH] FIX: Use `bundle exec` for `bundle-audit` --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 40c79764dfa..8d382e12cbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"