Skip to content

Commit

Permalink
Fix Appraisals configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
aldesantis committed Apr 2, 2020
1 parent 0187372 commit 9bdd572
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
- renderful-v1-{{ .Branch }}
- renderful-v1-
- run:
name: Bundle Install
name: Bundle install
command: bundle check || bundle install
- run:
name: Appraisal install
command: bundle exec appraisal install
- save_cache:
key: renderful-v1-{{ .Branch }}-{{ .Revision }}
Expand Down

0 comments on commit 9bdd572

Please sign in to comment.