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

support appraisal for gem testing

parent f3eab8ed
No related branches found
No related tags found
No related merge requests found
......@@ -54,4 +54,5 @@ test:
script:
- gem install bundler --silent
- bundle install --jobs $(nproc) --quiet
- rake test
- "[ -f ./Appraisals ] && appraisal install"
- "[ -f ./Appraisals ] && (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