-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
42 lines (34 loc) · 725 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Travis config for @RsrchBoy's p5 packages.
#
# Kinda.
#
# GistID: 31e0e356a6233e5ee730
# Chris Weyl <[email protected]> 2015
# use the docker/container based infrastructure
sudo: false
language: perl
perl:
- "5.8"
- "5.10"
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"
matrix:
allow_failures:
- perl: "5.8"
branches:
except:
- "release/cpan"
#env:
#global:
#- CPANM_OPTS="-q --skip-satisfied --notest --no-man-pages"
before_install:
- git clone --depth=1 --branch=master https://github.com/RsrchBoy/travis-p5-cache.git ../p5
- source ../p5/init
- ../p5/before-install.dzil
install:
- ../p5/install.dzil
script:
- ../p5/script.dzil