projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2c415e8
)
use dzil for travis
Jesse Luehrs [Sun, 5 May 2013 17:15:34 +0000 (12:15 -0500)]
.travis.yml
patch
|
blob
|
blame
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
01f7401
..
f85af82
100644
(file)
--- 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