diff options
author | Stephen <stephengroat@users.noreply.github.com> | 2017-06-13 02:59:53 -0700 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2017-06-13 11:59:53 +0200 |
commit | 165fd84d58e8707fd5597268fd449ac0e874a69f (patch) | |
tree | 199558c7003a2b71d4999d2f7648cd210d6d139c /.gitmodules | |
parent | 0643b6c379c22ee8aa68809f93a0d29937209ce4 (diff) |
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
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
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 |