From: Jesse Luehrs Date: Sun, 5 May 2013 17:15:34 +0000 (-0500) Subject: use dzil for travis X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c88e7c58408ab8f8d3359771223a912ae779941c;p=gitmo%2FMoose.git use dzil for travis --- diff --git a/.travis.yml b/.travis.yml index 01f7401..f85af82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,3 +4,9 @@ perl: - "5.14" - "5.12" - "5.10" +install: + - cpanm -q --notest Dist::Zilla + - dzil authordeps --missing | cpanm -q --notest + - dzil listdeps --author --missing | cpanm -q --notest +script: + - dzil test --all