Skip to content

Commit e8777e9

Browse files
oaldersgenio
authored andcommitted
Update Travis config
1 parent 6d9452a commit e8777e9

File tree

1 file changed

+40
-12
lines changed

1 file changed

+40
-12
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)