summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-16 15:20:04 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-16 15:20:04 -0400
commit412da50b013c70f646d0298c35cffc4461496be3 (patch)
treecccf254d2a642ae83b36685129c2dd01373691ce
parent9b098db59671ab7f9004b0ad48c49239e25e71ef (diff)
downloadtext-handlebars-412da50b013c70f646d0298c35cffc4461496be3.tar.gz
text-handlebars-412da50b013c70f646d0298c35cffc4461496be3.zip
also need to initialize the mustache-spec directory
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 655229f..26264d5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,7 @@ perl:
- "5.12"
- "5.10"
install:
+ - git submodule update --init
- cpanm -q --notest Dist::Zilla || (cat /home/travis/.cpanm/build.log; false)
- dzil authordeps --missing | cpanm -q --notest || (cat /home/travis/.cpanm/build.log; false)
- dzil listdeps --author --missing | cpanm -q --notest || (cat /home/travis/.cpanm/build.log; false)