summaryrefslogblamecommitdiffstats
path: root/.travis.yml
blob: 44f4b71951eb7565d72116e264a27e958b02badb (plain) (tree)
1
2
3
4
5
6
7
8

              
            
            


            
        


                                                                                                        

                     
language: perl
perl:
    - "5.22"
    - "5.20"
    - "5.18"
    - "5.16"
    - "5.14"
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