summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)