Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit dd8a436

Browse files
committed
Further improve CI performance
Per @jtreanor’s suggestion here: #44 (review)
1 parent e34bdc7 commit dd8a436

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
- run:
1212
name: Bundle install
1313
command: bundle install --path=vendor/bundle
14+
- run:
15+
name: Fetch CocoaPods Specs
16+
command: curl https://cocoapods-specs.circleci.com/fetch-cocoapods-repo-from-s3.sh | bash -s cf
1417
- run:
1518
name: Pod Install
1619
command: bundle exec pod install

0 commit comments

Comments
 (0)