From 54cb39861b3418608188fd480eb4b5a6602517cb Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 7 Sep 2017 17:00:38 -0700 Subject: [PATCH] [travis] Replace submodule ssh urls with http urls --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0c020ec6..c78b3657 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,11 @@ language: generic script: bash ./gen-gh-pages/deploy.sh + +before_install: + - sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules + - git submodule update --init --recursive + env: global: - ENCRYPTION_LABEL: "73e6c870aa87"