diff --git a/.gitmodules b/.gitmodules index 4020711c1a..a80bd0ca96 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "content/themes/casper"] path = content/themes/casper - url = git@github.com:TryGhost/Casper.git + url = git://github.com/TryGhost/Casper.git diff --git a/.travis.yml b/.travis.yml index b8fe41eb89..91d6f7e1cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,6 @@ language: node_js node_js: - "0.11" - "0.10" - - "0.8" \ No newline at end of file + - "0.8" +before_install: + - git submodule update --init --recursive \ No newline at end of file