test on latest perls
[p5sagit/Try-Tiny.git] / .travis.yml
1 language: perl
2 perl:
3     - "5.26"
4     - "5.24"
5     - "5.22"
6     - "5.20"
7     - "5.18"
8     - "5.16"
9     - "5.14"
10     - "5.12"
11     - "5.10"
12 install:
13     - cpanm -q --notest Dist::Zilla || (cat /home/travis/.cpanm/build.log; false)
14     - dzil authordeps --missing | cpanm -q --notest || (cat /home/travis/.cpanm/build.log; false)
15     - dzil listdeps --author --missing | cpanm -q --notest || (cat /home/travis/.cpanm/build.log; false)
16 script:
17     - dzil test --all