Skip to content

Commit

Permalink
Fixing Circle CI definition
Browse files Browse the repository at this point in the history
  • Loading branch information
etki committed Jul 7, 2017
1 parent 7dcede6 commit eaf95a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
key: *allure_cache_key
- run:
name: Install dependencies
command: bundle install --path vendor/bundle
command: bundle check --path=vendor/bundle || bundle install --path=vendor/bundle --jobs=4 --retry=3
- type: save-cache
key: *bundler_cache_key
paths:
Expand Down

0 comments on commit eaf95a0

Please sign in to comment.