summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 4248546a1c4c9e7f9e4a8c40d590e15a05adf1e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
language: perl
perl:
    - "5.26"
    - "5.24"
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