update this link too
[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"
9 - "5.8"
10install:
11 - cpanm -q --notest Dist::Zilla
12 - dzil authordeps --missing | cpanm -q --notest
13 - dzil listdeps --author --missing | cpanm -q --notest
14script:
15 - dzil test --all