Skip to content

Commit

Permalink
Trying to find the correct use of -subs_only from Devel::Cover
Browse files Browse the repository at this point in the history
before applying it again on bioperl
  • Loading branch information
fjossandon committed Nov 12, 2014
1 parent f3a1303 commit 56e8518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install:

script:
#- "prove -lr t"
- PERL5OPT=-MDevel::Cover=-coverage,all,+ignore,prove prove -lr t
- PERL5OPT=-MDevel::Cover=+ignore,prove,-subs_only prove -lr t
- cover

after_success:
Expand Down

0 comments on commit 56e8518

Please sign in to comment.