Skip to content

Commit

Permalink
Test: change git repos from ssh to https for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
JPeer264 committed Mar 19, 2020
1 parent 38cc2bf commit 652a36a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/detached/git/config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
ignorecase = true
precomposeunicode = true
[remote "origin"]
url = git@github.com:JPeer264/git-dummy-repo.git
url = https://github.com/JPeer264/git-dummy-repo.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/detachedBranch/git/config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
ignorecase = true
precomposeunicode = true
[remote "origin"]
url = git@github.com:JPeer264/git-dummy-repo.git
url = https://github.com/JPeer264/git-dummy-repo.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/localBranch/git/config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
ignorecase = true
precomposeunicode = true
[remote "origin"]
url = git@github.com:JPeer264/git-dummy-repo.git
url = https://github.com/JPeer264/git-dummy-repo.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/pull/git/config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
ignorecase = true
precomposeunicode = true
[remote "origin"]
url = git@github.com:JPeer264/git-dummy-repo.git
url = https://github.com/JPeer264/git-dummy-repo.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/pullNeedsMerge/git/config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
ignorecase = true
precomposeunicode = true
[remote "origin"]
url = git@github.com:JPeer264/git-dummy-repo.git
url = https://github.com/JPeer264/git-dummy-repo.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/upToDate/git/config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
ignorecase = true
precomposeunicode = true
[remote "origin"]
url = git@github.com:JPeer264/git-dummy-repo.git
url = https://github.com/JPeer264/git-dummy-repo.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
Expand Down

0 comments on commit 652a36a

Please sign in to comment.