mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
Fix tests on CI
partial revert of 8b3b283612
Easier for travis to fetch from https URL. If you as a developer want to
push to the submodule via git (maintainers only) you'll have to modify
your local git remotes after checkout:
cd Carthage
git remote origin set-url git@github.com:WhisperSystems/Signal-Carthage.git
// FREEBIE
This commit is contained in:
parent
a35efd3c69
commit
dc1e7263f5
1 changed files with 1 additions and 1 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,3 +1,3 @@
|
|||
[submodule "Carthage"]
|
||||
path = Carthage
|
||||
url = git@github.com:WhisperSystems/Signal-Carthage.git
|
||||
url = https://github.com/WhisperSystems/Signal-Carthage.git
|
||||
|
|
Loading…
Reference in a new issue