File tree 1 file changed +16
-10
lines changed
1 file changed +16
-10
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
install :
3
- - cpanm --notest --skip-satisfied App::mymeta_requires
3
+ - git clone git://github.com/travis-perl/helpers.git travis-perl-helpers
4
+ - source travis-perl-helpers/init
4
5
- perl Makefile.PL
5
6
- make manifest
6
- - mymeta-requires --runtime --build --test --configure --develop --recommends --suggests | cpanm --notest --skip-satisfied
7
+ - cpanm --notest --with-recommends --with-suggests --with-develop --installdeps .
8
+ - cpan-install --coverage
7
9
language : perl
8
10
perl :
11
+ - " 5.30"
12
+ - " 5.28"
13
+ - " 5.26"
14
+ - " 5.26-shrplib"
9
15
- " 5.24"
10
16
- " 5.22"
11
- - " 5.20-extras "
12
- - " 5.20 "
13
- - " 5.18-extras "
14
- - " 5.18 "
15
- - " 5.16 "
16
- - " 5.14 "
17
- - " 5.12 "
18
- - " 5.10 "
17
+ matrix :
18
+ include :
19
+ - perl : " 5.30 "
20
+ env : COVERAGE=1
21
+ before_script :
22
+ - coverage-setup
23
+ after_success :
24
+ - coverage-report
You can’t perform that action at this time.
0 commit comments