Skip to content

Commit

Permalink
Add CI command to pre-fetch CocoaPods specs
Browse files Browse the repository at this point in the history
  • Loading branch information
sharplet committed Jun 5, 2018
1 parent 90b8ba7 commit 5bebc58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ jobs:

steps:
- checkout
- run:
name: Pre-fetch CocoaPods specs
command: |
curl https://cocoapods-specs.circleci.com/fetch-cocoapods-repo-from-s3.sh | bash -s cf
- run: bin/setup
- run: bin/test
- run: bin/archive
Expand Down

0 comments on commit 5bebc58

Please sign in to comment.