Skip to content

Commit

Permalink
Fix travis, attempt #2
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeon committed Oct 20, 2019
1 parent 4037d7a commit de134b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
# see: http://blogs.perl.org/users/neilb/2014/08/try-travis-ci-with-your-cpan-distributions.html
language: perl
perl:
- "5.18"
- "5.16"
# - "5.14"
# - "5.12"
# - "5.10"
- "5.30"
- "5.28"
- "5.26"
- "5.24"
- "5.22"
install:
- cpanm --quiet --notest Devel::Cover
- cpanm -n -q --skip-satisfied --notest --installdeps .
# docs for options: http://search.cpan.org/~pjcj/Devel-Cover-1.17/lib/Devel/Cover.pm
script:
Expand Down
2 changes: 2 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ WriteMakefile(
'CGI' => 3.50,
},
BUILD_REQUIRES => {
'Devel::Cover' => 1.17,
'Devel::Cover::Report::Coveralls' => 0.11,
'Test::Simple' => 1.001, # for Test::More
'Test::Pod' => 1.48,
'Test::Exception' => 0.38,
Expand Down

0 comments on commit de134b3

Please sign in to comment.