summaryrefslogblamecommitdiffstats
path: root/.travis.yml
blob: 61e98d06df127630e1a0b6c634365ce63aa1486b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                          
language: perl
perl:
    - "5.17"
    - "5.16"
    - "5.14"
    - "5.12"
    - "5.10"
install:
    - cpanm -q --notest Dist::Zilla
    - dzil authordeps --missing | cpanm -q --notest
    - dzil listdeps --author --missing | cpanm -q --notest
script:
    - dzil test --all