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

rake without bundle exec

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