about summary refs log tree commit diff
path: root/.travis.yml
blob: 6134928bfa2dff5fc378a23dda2c2b96e6cf3d76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: perl

perl:
    - "5.20"
    - "5.18"
    - "5.16"
    - "5.14"
    - "5.12"

install:
    - dzil authordeps --missing | cpanm  --no-skip-satisfied || { cat ~/.cpanm/build.log ; false ; }
    - dzil listdeps --author --missing | cpanm --no-skip-satisfied || { cat ~/.cpanm/build.log ; false ; }

script:
    - dzil test --author