File tree Expand file tree Collapse file tree 1 file changed +32
-24
lines changed Expand file tree Collapse file tree 1 file changed +32
-24
lines changed Original file line number Diff line number Diff line change @@ -4,47 +4,47 @@ addons:
4
4
packages :
5
5
- aspell
6
6
- aspell-en
7
+ language : perl
8
+ perl :
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'
7
21
cache :
8
22
directories :
9
23
- ' ~/perl5'
10
- language : perl
11
- perl :
12
- - " 5.28"
13
- - " 5.26"
14
- - " 5.24"
15
- - " 5.22"
16
- - " 5.20"
17
- - " 5.18"
18
- - " 5.16"
19
- - " 5.14"
20
- - " 5.12"
21
- - " 5.10"
22
- - " blead" # builds perl from git
24
+ matrix :
25
+ allow_failures :
26
+ - perl : blead
27
+ fast_finish : 1
28
+ include :
29
+ - env : COVERAGE=1
30
+ perl : ' 5.28'
23
31
env :
24
32
global :
25
33
- AUTHOR_TESTING=1
26
34
- AUTOMATED_TESTING=1
27
35
- RELEASE_TESTING=1
28
- matrix :
29
- include :
30
- - perl : 5.28
31
- env : COVERAGE=1 # enables coverage+coveralls reporting
32
- allow_failures :
33
- - perl : blead # ignore failures for blead perl
34
36
before_install :
35
37
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
36
38
- source ~/travis-perl-helpers/init
37
39
- build-perl
38
40
- perl -V
39
41
- build-dist
40
- - cd $BUILD_DIR # $BUILD_DIR is set by the build-dist command
42
+ - cd $BUILD_DIR
41
43
install :
42
- - cpan-install --deps # installs prereqs, including recommends
43
- - cpan-install --coverage # installs converage prereqs, if enabled
44
+ - cpan-install --deps
45
+ - cpan-install --coverage
44
46
before_script :
45
47
- coverage-setup
46
- after_success :
47
- - coverage-report
48
48
script :
49
49
- perl Makefile.PL
50
50
- make
@@ -53,3 +53,11 @@ script:
53
53
- unset AUTHOR_TESTING; unset AUTOMATED_TESTING; unset RELEASE_TESTING
54
54
- cpanm --test-only HTTP::Message || ( cat ~/.cpanm/build.log; false )
55
55
- cpanm --test-only LWP || ( cat ~/.cpanm/build.log; false )
56
+ after_success :
57
+ - coverage-report
58
+ # ## __app_cisetup__
59
+ # ---
60
+ # force_threaded_perls: 0
61
+ # perl_caching: 1
62
+
63
+ # ## __app_cisetup__
You can’t perform that action at this time.
0 commit comments