Files
perl-anyevent-nsq/.travis.yml
2014-07-19 21:46:05 +01:00

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"