Skip to content

Commit 4ec79d7

Browse files
committed
Switch to Travis Perl helpers
1 parent ea5c0c2 commit 4ec79d7

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.travis.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1+
---
2+
addons:
3+
apt:
4+
packages:
5+
- aspell
6+
- aspell-en
17
language: perl
28
perl:
9+
- blead
10+
- dev
11+
- "5.30"
12+
- "5.28"
313
- "5.26"
414
- "5.24"
515
- "5.22"
@@ -10,3 +20,25 @@ perl:
1020
- "5.12"
1121
- "5.10"
1222
- "5.8"
23+
cache:
24+
directories:
25+
- $HOME/perl5
26+
matrix:
27+
allow_failures:
28+
- perl: blead
29+
fast_finish: 1
30+
include:
31+
- env: COVERAGE=1
32+
perl: "5.30"
33+
env:
34+
global:
35+
- AUTHOR_TESTING=1
36+
- RELEASE_TESTING=1
37+
before_install:
38+
- eval $(curl https://travis-perl.github.io/init) --auto --always-upgrade-modules
39+
### __app_cisetup__
40+
# ---
41+
# force_threaded_perls: 0
42+
# perl_caching: 1
43+
44+
### __app_cisetup__

0 commit comments

Comments
 (0)