Skip to content

Commit

Permalink
remove spec master repo and use Artsy repo for tests as it's more lig…
Browse files Browse the repository at this point in the history
…htweight
  • Loading branch information
igor-makarov committed Jul 2, 2019
1 parent ca39890 commit 771eb2b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "spec/fixtures/spec-repos/master"]
path = spec/fixtures/spec-repos/master
url = https://github.com/CocoaPods/Specs.git
[submodule "spec/fixtures/spec-repos/artsy"]
path = spec/fixtures/spec-repos/artsy
url = https://github.com/artsy/Specs.git
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,6 @@ git:
before_install:
- gem install bundler -v "~> 1.17"
- |
master_sha="$(ruby -e "puts '`git submodule status spec/fixtures/spec-repos/master`'.strip.sub(/^-/, '').split(/\s/, 2).first")"
curl -ssL "https://github.com/CocoaPods/Specs/archive/$master_sha.tar.gz" | tar xz -C spec/fixtures/spec-repos
git rm spec/fixtures/spec-repos/master
mv "spec/fixtures/spec-repos/Specs-$master_sha" spec/fixtures/spec-repos/master
(
cd spec/fixtures/spec-repos/master
git init
git remote add origin https://github.com/CocoaPods/Specs.git
)
git submodule update --init
(
cd spec/fixtures/spec-repos/test_repo
Expand Down
1 change: 1 addition & 0 deletions spec/fixtures/spec-repos/artsy
Submodule artsy added at c4b006
1 change: 0 additions & 1 deletion spec/fixtures/spec-repos/master
Submodule master deleted from e8e31c

0 comments on commit 771eb2b

Please sign in to comment.