Skip to content
Snippets Groups Projects
Commit 1cac3131 authored by Darius Schneider's avatar Darius Schneider
Browse files

bundle exec

parent e725abd2
No related branches found
No related tags found
No related merge requests found
......@@ -54,5 +54,5 @@ test:
script:
- gem install bundler --silent
- bundle install --jobs $(nproc) --quiet
- "[ -f ./Appraisals ] && appraisal install"
- "[ -f ./Appraisals ] && (appraisal rake test && rake test) || (rake test)"
- "[ -f ./Appraisals ] && bundle exec appraisal install"
- "[ -f ./Appraisals ] && (bundle exec appraisal rake test && bundle exec rake test) || (bundle exec rake test)"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment