Skip to content

Commit

Permalink
[CircleCI] See if we can fix that master spec-repo timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Oct 20, 2016
1 parent 7f227ba commit 32681a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ machine:

dependencies:
override:
- if [ ! -d "Pods" ]; then git submodule update --init; fi;
- if [ ! -d "Pods" ]; then git submodule update --init; fi;
- cd ~/.cocoapods/repos && curl -O https://github.com/CocoaPods/Specs/releases/download/20161019/master-spec-repo-2016-10-19.bz2 && tar -jxvf master-spec-repo-2016-10-19.bz2
- bundle install --path=vendor/bundle --jobs=4 --retry=3 --without development
- bundle exec pod install --verbose

Expand Down

0 comments on commit 32681a7

Please sign in to comment.