Skip to content

Commit

Permalink
change Perl versions for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
wollmers committed Aug 6, 2020
1 parent 87b6ac3 commit 192449a
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .travis.yml
@@ -1,17 +1,19 @@
language: perl
perl:
- "5.20"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"
- "5.22"
- "5.24"
- "5.26"
- "5.28"
- "5.30"

before_install:
- cpanm --quiet --notest Devel::Cover
- cpanm --quiet --notest Devel::Cover::Report::Coveralls

install:
- export RELEASE_TESTING=1 AUTOMATED_TESTING=1 AUTHOR_TESTING=1 HARNESS_OPTIONS=c HARNESS_TIMER=1
- cpanm --quiet --notest Devel::Cover::Report::Coveralls
- cpanm --quiet --notest --installdeps --with-develop .

script:
- PERL5OPT=-MDevel::Cover='-coverage,statement,branch,condition,path,subroutine,+ignore,bin/prove\b,t/author' prove -lrsv t
- cover
Expand Down

0 comments on commit 192449a

Please sign in to comment.