projects
/
gitmo/Moose.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
use dzil for travis
[gitmo/Moose.git]
/
.travis.yml
1
language: perl
2
perl:
3
- "5.16"
4
- "5.14"
5
- "5.12"
6
- "5.10"
7
install:
8
- cpanm -q --notest Dist::Zilla
9
- dzil authordeps --missing | cpanm -q --notest
10
- dzil listdeps --author --missing | cpanm -q --notest
11
script:
12
- dzil test --all