File tree Expand file tree Collapse file tree 1 file changed +40
-12
lines changed Expand file tree Collapse file tree 1 file changed +40
-12
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ addons :
3
+ apt :
4
+ packages :
5
+ - aspell
6
+ - aspell-en
1
7
language : perl
2
8
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
14
36
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__
You can’t perform that action at this time.
0 commit comments