Updates to travis setup to cope with the submodule.
This commit is contained in:
parent
bfd0126356
commit
267dc12b76
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -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
|
||||
|
@ -2,4 +2,6 @@ language: node_js
|
||||
node_js:
|
||||
- "0.11"
|
||||
- "0.10"
|
||||
- "0.8"
|
||||
- "0.8"
|
||||
before_install:
|
||||
- git submodule update --init --recursive
|
Loading…
Reference in New Issue
Block a user