Skip to content

Commit

Permalink
Adjust Devel::Cover to not run twice
Browse files Browse the repository at this point in the history
  • Loading branch information
fjossandon committed Nov 12, 2014
1 parent d0eadea commit 9fdd429
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ install:
script:
#- "prove -lr t"
- PERL5OPT=-MDevel::Cover=-coverage,all prove -lr t
- cover -test -report coveralls
- cover

after_success:
- cover -report coveralls

notifications:
email: false
Expand Down

0 comments on commit 9fdd429

Please sign in to comment.