]> Dogcows Code - chaz/p5-Linux-Proc-Maps/blob - .travis.yml
274d978acc81cdcb0dfaa319f2bf8d244c5a5535
[chaz/p5-Linux-Proc-Maps] / .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 branches:
18 only: /^build\/.*/
19 before_install:
20 - rm .travis.yml
21 - export AUTHOR_TESTING=0
22 install:
23 - cpanm --installdeps --verbose .
This page took 0.040699 seconds and 3 git commands to generate.