Skip to content

Commit

Permalink
use travis and coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Axel 'fREW' Schmidt committed Sep 26, 2013
1 parent 6c6fd4e commit 6c8c749
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: perl
perl:
- 5.18
- 5.16
- 5.14
- 5.12
- 5.10
- 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

0 comments on commit 6c8c749

Please sign in to comment.