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