Skip to content

Commit adf4af1

Browse files
committed
Update .travis.yml
1 parent 9890827 commit adf4af1

File tree

1 file changed

+14
-25
lines changed

1 file changed

+14
-25
lines changed

.travis.yml

Lines changed: 14 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,43 +8,34 @@ language: perl
88
perl:
99
- blead
1010
- 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"
2122
cache:
2223
directories:
23-
- '~/perl5'
24+
- "~/perl5"
2425
matrix:
2526
allow_failures:
2627
- perl: blead
2728
fast_finish: 1
2829
include:
2930
- env: COVERAGE=1
30-
perl: '5.28'
31+
perl: "5.30"
3132
env:
3233
global:
3334
- AUTHOR_TESTING=1
3435
- AUTOMATED_TESTING=1
3536
- RELEASE_TESTING=1
3637
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
4839
script:
4940
- perl Makefile.PL
5041
- make
@@ -53,8 +44,6 @@ script:
5344
- unset AUTHOR_TESTING; unset AUTOMATED_TESTING; unset RELEASE_TESTING
5445
- cpanm --test-only HTTP::Message || ( cat ~/.cpanm/build.log; false )
5546
- cpanm --test-only LWP || ( cat ~/.cpanm/build.log; false )
56-
after_success:
57-
- coverage-report
5847
### __app_cisetup__
5948
# ---
6049
# force_threaded_perls: 0

0 commit comments

Comments
 (0)