From 365fd3085d887b5e54c04000d087b50344848b7d Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 16 Apr 2014 15:40:01 -0400 Subject: travis does this automatically --- .travis.yml | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.2.3