summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: e5590bd3c6c66e45d7e374da2a6c58f425dcf4a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: perl
perl:
    - "5.20"
    - "5.18"
    - "5.16"
    - "5.14"
    - "5.12"
    - "5.10"
install:
    - cpanm -q --notest Dist::Zilla || (cat /home/travis/.cpanm/build.log; false)
    - dzil authordeps --missing | cpanm -q --notest || (cat /home/travis/.cpanm/build.log; false)
    - dzil listdeps --author --missing | cpanm -q --notest || (cat /home/travis/.cpanm/build.log; false)
    # installed version of Pod::Coverage on travis is buggy
    - cpanm -q --notest Pod::Coverage || (cat /home/travis/.cpanm/build.log; false)
    - cpanm -q --notest Package::Anon || true
script:
    - dzil test --all