summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: bc4738653a1973e7ef3594d233e2b1e78388f9ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: perl
perl:
    # XXX segfaults?
    # - "5.19"
    - "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)
script:
    - dzil test --all