Skip to content

Commit 7bc0f74

Browse files
oaldersgenio
authored andcommitted
Update Travis config
1 parent d05416b commit 7bc0f74

1 file changed

Lines changed: 31 additions & 13 deletions

File tree

.travis.yml

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,34 @@
1-
sudo: false
1+
---
22
addons:
33
apt:
44
packages:
55
- aspell
6+
- aspell-en
67
language: perl
78
perl:
8-
- blead # builds perl from git
9-
- dev # latest point release
10-
- "5.26"
11-
- "5.24"
12-
- "5.22"
13-
- "5.20"
14-
- "5.18"
15-
- "5.16"
16-
- "5.14"
17-
- "5.12"
18-
- "5.10"
19-
- "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'
2032
env:
2133
global:
2234
- AUTHOR_TESTING=1
@@ -35,3 +47,9 @@ script:
3547
- perl Build.PL
3648
- ./Build
3749
- prove -b -r -s -j$(test-jobs) $(test-files)
50+
### __app_cisetup__
51+
# ---
52+
# force_threaded_perls: 0
53+
# perl_caching: 1
54+
55+
### __app_cisetup__

0 commit comments

Comments
 (0)