Skip to content

Commit

Permalink
Use https URL for googletest git submodule.
Browse files Browse the repository at this point in the history
This lets Travis CI clone the submodule.
  • Loading branch information
murraycu committed Sep 26, 2016
1 parent c1f52ed commit 3dba624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
@@ -1,3 +1,3 @@
[submodule "googletest"]
path = googletest
url = git@github.com:google/googletest.git
url = https://github.com/google/googletest.git

0 comments on commit 3dba624

Please sign in to comment.