move the repository to p5sagit (github and shadowcat)
[p5sagit/Try-Tiny.git] / .travis.yml
CommitLineData
12b7dc6c 1language: perl
2perl:
232af08d 3 - "5.22"
43a4d5d2 4 - "5.20"
12b7dc6c 5 - "5.18"
6 - "5.16"
7 - "5.14"
8 - "5.12"
9 - "5.10"
12b7dc6c 10install:
027bdf22 11 - cpanm -q --notest Dist::Zilla || (cat /home/travis/.cpanm/build.log; false)
12 - dzil authordeps --missing | cpanm -q --notest || (cat /home/travis/.cpanm/build.log; false)
13 - dzil listdeps --author --missing | cpanm -q --notest || (cat /home/travis/.cpanm/build.log; false)
12b7dc6c 14script:
15 - dzil test --all