Merge pull request #120 from jpsim/nn-remove-caching-cocoapods-from-circleci

Remove caching `~/.cocoapods` from CircleCI
This commit is contained in:
Norio Nomura 2018-04-09 13:38:34 +09:00 committed by GitHub
commit 18d23ab535
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -21,13 +21,7 @@ aliases:
key: 1-gems-{{ checksum "Gemfile.lock" }}
paths:
- vendor/bundle
- restore_cache:
key: cocoapods
- run: bundle exec pod lib lint
- save_cache:
key: cocoapods
paths:
- ~/.cocoapods
- &steps-for-spm
- checkout