]> Dogcows Code - chaz/p5-Dist-Zilla-PluginBundle-Author-CCM/blob - .travis.yml
be sure to write correct version to Changes
[chaz/p5-Dist-Zilla-PluginBundle-Author-CCM] / .travis.yml
1 sudo: false
2 language: perl
3 perl:
4 - '5.24'
5 - '5.22'
6 - '5.20'
7 - '5.18'
8 - '5.16'
9 - '5.14'
10 matrix:
11 fast_finish: true
12 before_install:
13 - git config --global user.name "TravisCI"
14 - git config --global user.email $HOSTNAME":not-for-mail@travis-ci.org"
15 install:
16 - cpanm --quiet --notest --skip-satisfied Dist::Zilla
17 - "dzil authordeps --missing | grep -vP '[^\\w:]' | xargs -n 5 -P 10 cpanm --quiet --notest"
18 - "dzil listdeps --author --missing | grep -vP '[^\\w:]' | cpanm --verbose"
19 script:
20 - dzil smoke --release --author
This page took 0.029636 seconds and 4 git commands to generate.