12 lines
329 B
YAML
12 lines
329 B
YAML
language: perl
|
|
perl:
|
|
- "5.16"
|
|
- "5.14"
|
|
- "5.12"
|
|
- "5.10"
|
|
before_install:
|
|
- "git config --global github.user melo"
|
|
- "cpanm --quiet --notest Dist::Zilla::PluginBundle::Author::MELO"
|
|
install: "dzil authordeps | xargs cpanm --quiet --notest && dzil listdeps | xargs cpanm --quiet --notest"
|
|
script: "dzil test --release"
|