]> Dogcows Code - chaz/p5-HTTP-AnyUA/blob - .travis.yml
Version 0.900
[chaz/p5-HTTP-AnyUA] / .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 - '5.12'
11 - '5.10'
12 - '5.8'
13 matrix:
14 allow_failures:
15 - perl: '5.8'
16 fast_finish: true
17 branches:
18 only: /^(dist|build\/.*)$/
19 before_install:
20 - rm .travis.yml
21 - export AUTHOR_TESTING=0
22 install:
23 - cpanm --installdeps --verbose .
This page took 0.035032 seconds and 4 git commands to generate.