]> Dogcows Code - chaz/p5-Dist-Zilla-PluginBundle-Author-CCM/blob - .travis.yml
Version 0.004
[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 branches:
13 only: /^(dist|build\/.*)$/
14 before_install:
15 - rm .travis.yml
16 - export AUTHOR_TESTING=0
17 install:
18 - cpanm --installdeps --verbose .
This page took 0.038818 seconds and 4 git commands to generate.