File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- sudo : false
1+ ---
22addons :
33 apt :
44 packages :
55 - aspell
6+ - aspell-en
67language : perl
78perl :
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'
2032env :
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__
You can’t perform that action at this time.
0 commit comments