Skip to content

Commit

Permalink
test against travis etc
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Axel 'fREW' Schmidt committed Jul 24, 2014
1 parent eddcbd9 commit 73c4ef5
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 5 deletions.
27 changes: 27 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
language: perl
perl:
- "blead"
- "5.20"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"
- "5.8"

before_install:
- git clone git://github.com/haarg/perl-travis-helper
- source perl-travis-helper/init
- build-perl
- perl -V

install:
- cpanm --quiet --notest Devel::Cover::Report::Coveralls
- cpanm --quiet --notest --installdeps .

script:
- PERL5OPT=-MDevel::Cover=-coverage,statement,branch,condition,path,subroutine prove -lrsv t
- cover

after_success:
- cover -report coveralls
5 changes: 5 additions & 0 deletions cpanfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
requires 'strictures' => 1;

on test => sub {
requires 'Test::More' => 0.92;
};
6 changes: 1 addition & 5 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,4 @@ repository.type = git
[PkgVersion]
[ReadmeFromPod]
[PodSyntaxTests]

[Prereqs]
Test::More = 0.92
strictures = 1

[Prereqs::FromCPANfile]

0 comments on commit 73c4ef5

Please sign in to comment.