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 db5d954 commit c5a0827
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .travis.yml
@@ -1,20 +1,19 @@
language: perl
perl:
- "5.24"
- "5.22"
- "5.20"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"
- "5.8"
- "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 c5a0827

Please sign in to comment.