Skip to content

Commit

Permalink
use pod specs from S3
Browse files Browse the repository at this point in the history
  • Loading branch information
djbe committed Feb 23, 2017
1 parent 10fa112 commit 68c23f0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@ dependencies:
pre:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
- Scripts/install_swiftlint.sh
- if [[ $CIRCLE_BRANCH == master ]]; then pod setup; fi
cache_directories:
- "~/.cocoapods/repos/master"
- curl -sS https://cocoapods-specs.circleci.com/fetch-cocoapods-repo-from-s3.sh | bash

test:
override:
- rake lint:code
- rake xcode:test
- rake spm:test
post:
- if [[ $CIRCLE_BRANCH == master ]]; then rake lint:pod; fi
- rake lint:pod

0 comments on commit 68c23f0

Please sign in to comment.