Skip to content

Commit

Permalink
remove coverage for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Axel 'fREW' Schmidt committed Sep 21, 2013
1 parent 42a9832 commit 9a33538
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Expand Up @@ -8,9 +8,5 @@ perl:
- 5.8
install:
- cpanm -nq --installdeps .
- cpanm -nq Devel::Cover::Report::Coveralls
script:
- PERL5OPT=-MDevel::Cover=-coverage,statement,branch,condition,path,subroutine prove -lrsv t
- cover
after_success:
- cover -report coveralls
- prove -lrsv t

0 comments on commit 9a33538

Please sign in to comment.