From dc1e7263f5685b087d4f0b8a78a2dd57acebd79a Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Mon, 27 Feb 2017 10:09:04 -0500 Subject: [PATCH] Fix tests on CI partial revert of 8b3b2836128a7244822fe4204a0e26139f8b140a 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 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 4e241f34f..0f5af92bc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "Carthage"] path = Carthage - url = git@github.com:WhisperSystems/Signal-Carthage.git + url = https://github.com/WhisperSystems/Signal-Carthage.git