From 412da50b013c70f646d0298c35cffc4461496be3 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 16 Apr 2014 15:20:04 -0400 Subject: also need to initialize the mustache-spec directory --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3