changelog
[p5sagit/Try-Tiny.git] / .travis.yml
CommitLineData
12b7dc6c 1language: perl
2perl:
3 - "5.19"
4 - "5.18"
5 - "5.16"
6 - "5.14"
7 - "5.12"
8 - "5.10"
12b7dc6c 9install:
10 - cpanm -q --notest Dist::Zilla
11 - dzil authordeps --missing | cpanm -q --notest
12 - dzil listdeps --author --missing | cpanm -q --notest
13script:
14 - dzil test --all