Skip to content

Commit 56d49d6

Browse files
committed
Parallel bundle install
1 parent 2f49448 commit 56d49d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ commands:
3535
key: v1-danger-cache-{{ checksum "Gemfile.lock" }}
3636
- run:
3737
name: Bundle install for Danger and fastlane
38-
command: bundle check --path vendor/bundle || bundle install --path vendor/bundle --clean
38+
command: bundle check --path vendor/bundle || bundle install --jobs=4 --retry=3 --path vendor/bundle --clean
3939
- save_cache:
4040
paths:
4141
- vendor/bundle

0 commit comments

Comments
 (0)