use dzil for travis
Jesse Luehrs [Sun, 5 May 2013 17:15:34 +0000 (12:15 -0500)]
.travis.yml

index 01f7401..f85af82 100644 (file)
@@ -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