Skip to content

Commit

Permalink
explicitly pass DEVEL_COVER_UNSUPPORTED via env and set a default value
Browse files Browse the repository at this point in the history
  • Loading branch information
spazm committed Jul 1, 2017
1 parent d00f250 commit aa50dcd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ perl:
- '5.10'
- '5.8'

env:
DEVEL_COVER_UNSUPPORTED=0

matrix:
include:
- perl '5.8'
Expand All @@ -33,6 +36,7 @@ install:

script:
- true && [ ! -e test/ ] ||
env $DEVEL_COVER_UNSUPPORTED
PERL5OPT=-MDevel::Cover=-coverage,statement,branch,condition,path,subroutine
prove -lv test/
- true && [ ! -e test/ ] || cover
Expand Down

0 comments on commit aa50dcd

Please sign in to comment.