From 267dc12b769be4e3aa286067e78a757b4a2e0638 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Sun, 12 May 2013 21:22:58 +0100 Subject: [PATCH] Updates to travis setup to cope with the submodule. --- .gitmodules | 2 +- .travis.yml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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