Updates to travis setup to cope with the submodule.

This commit is contained in:
Hannah Wolfe 2013-05-12 21:22:58 +01:00
parent bfd0126356
commit 267dc12b76
2 changed files with 4 additions and 2 deletions

2
.gitmodules vendored
View File

@ -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

View File

@ -2,4 +2,6 @@ language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.8"
before_install:
- git submodule update --init --recursive