From d1f76940044edf53267d3e84fafd5bb4d5b38463 Mon Sep 17 00:00:00 2001 From: Bogdan Poplauschi Date: Wed, 1 Jun 2016 10:17:59 +0300 Subject: [PATCH] Trying to fix the build, seems like Travis cannot work with ssh urls --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index c3be261d..d8c3ae83 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,4 @@ url = https://github.com/webmproject/libwebp [submodule "Vendors/FLAnimatedImage"] path = Vendors/FLAnimatedImage - url = git@github.com:Flipboard/FLAnimatedImage.git + url = https://github.com/Flipboard/FLAnimatedImage