]> Dogcows Code - chaz/p5-Dist-Zilla-PluginBundle-Author-CCM/blob - .travis.yml
WIP: switch from TravisYML to TravisCI
[chaz/p5-Dist-Zilla-PluginBundle-Author-CCM] / .travis.yml
1 ---
2 before_install:
3 - export HARNESS_OPTIONS=j10:c HARNESS_TIMER=1
4 - rm .travis.yml
5 - git config --global user.name "Dist Zilla Plugin TravisCI"
6 - git config --global user.email $HOSTNAME":not-for-mail@travis-ci.org"
7 install:
8 - cpanm --quiet --notest --skip-installed Dist::Zilla
9 - dzil authordeps | grep -ve '^\W' | xargs -n 5 -P 10 cpanm --quiet --notest --skip-installed
10 - dzil listdeps | grep -ve '^\W' | cpanm --quiet --notest --skip-installed
11 language: perl
12 perl:
13 - '5.24'
14 - '5.22'
15 - '5.20'
16 - '5.18'
17 - '5.16'
18 - '5.14'
19 script:
20 - dzil smoke --release --author
This page took 0.031711 seconds and 4 git commands to generate.