summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 26264d5..655229f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,6 @@ 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)