summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 5fa3673e311447c3ad69eab744fd780a76398a49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
language: perl
perl:
    - "5.19"
    - "5.18"
    - "5.16"
    - "5.14"
install:
    - cpanm -q --notest Dist::Zilla
    - dzil authordeps --missing | cpanm -q --notest
    - dzil listdeps --author --missing | cpanm -q --notest
script:
    - dzil test --all