From 165fd84d58e8707fd5597268fd449ac0e874a69f Mon Sep 17 00:00:00 2001 From: Stephen Date: Tue, 13 Jun 2017 02:59:53 -0700 Subject: add travis builds and travis badge (#587) * add travis builds and travis badge * try accepting ALL licenses * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index b73790ad..a762c16e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "main/openvpn"] path = main/openvpn - url = git@github.com:schwabe/openvpn.git + url = https://github.com/schwabe/openvpn.git [submodule "main/openssl"] path = main/openssl - url = git@github.com:schwabe/platform_external_openssl.git + url = https://github.com/schwabe/platform_external_openssl.git [submodule "main/breakpad"] path = main/breakpad - url = git@github.com:schwabe/breakpad.git + url = https://github.com/schwabe/breakpad.git -- cgit v1.2.3