travis now supports 5.22
[p5sagit/Try-Tiny.git] / .travis.yml
1 language: perl
2 perl:
3     - "5.22"
4     - "5.20"
5     - "5.18"
6     - "5.16"
7     - "5.14"
8     - "5.12"
9     - "5.10"
10 install:
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)
14 script:
15     - dzil test --all