File tree Expand file tree Collapse file tree 1 file changed +14
-25
lines changed Expand file tree Collapse file tree 1 file changed +14
-25
lines changed Original file line number Diff line number Diff line change @@ -8,43 +8,34 @@ language: perl
8
8
perl :
9
9
- blead
10
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'
11
+ - " 5.30"
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"
21
22
cache :
22
23
directories :
23
- - ' ~/perl5'
24
+ - " ~/perl5"
24
25
matrix :
25
26
allow_failures :
26
27
- perl : blead
27
28
fast_finish : 1
28
29
include :
29
30
- env : COVERAGE=1
30
- perl : ' 5.28 '
31
+ perl : " 5.30 "
31
32
env :
32
33
global :
33
34
- AUTHOR_TESTING=1
34
35
- AUTOMATED_TESTING=1
35
36
- RELEASE_TESTING=1
36
37
before_install :
37
- - git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
38
- - source ~/travis-perl-helpers/init
39
- - build-perl
40
- - perl -V
41
- - build-dist
42
- - cd $BUILD_DIR
43
- install :
44
- - cpan-install --deps
45
- - cpan-install --coverage
46
- before_script :
47
- - coverage-setup
38
+ - eval $(curl https://travis-perl.github.io/init) --auto --always-upgrade-modules
48
39
script :
49
40
- perl Makefile.PL
50
41
- make
@@ -53,8 +44,6 @@ script:
53
44
- unset AUTHOR_TESTING; unset AUTOMATED_TESTING; unset RELEASE_TESTING
54
45
- cpanm --test-only HTTP::Message || ( cat ~/.cpanm/build.log; false )
55
46
- cpanm --test-only LWP || ( cat ~/.cpanm/build.log; false )
56
- after_success :
57
- - coverage-report
58
47
# ## __app_cisetup__
59
48
# ---
60
49
# force_threaded_perls: 0
You can’t perform that action at this time.
0 commit comments