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