Skip to content

Commit c143dfc

Browse files
committed
try again
1 parent 86e6d60 commit c143dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
bundle config set --local retry '3'
4444
- run:
4545
name: Install Ruby Dependencies
46-
command: bundle install --local --frozen
46+
command: bundle install --local --jobs=4 --retry=3
4747
- run:
4848
name: Run Tests
4949
command: bundle exec rake test

0 commit comments

Comments
 (0)