Skip to content

Commit

Permalink
Merge pull request #14 from binarytom/tom/kritika_coverage
Browse files Browse the repository at this point in the history
tom/kritika_coverage
  • Loading branch information
tom-binary committed May 3, 2017
2 parents 5aab3f8 + 9e1d29e commit 7369bd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -14,5 +14,5 @@ install:
- cpm install -w 2 --mirror=http://cpan.cpantesters.org/ -g $(dzil listdeps --author --missing)

script:
- dzil smoke --release --author && dzil cover -test -report codecov && dzil xtest
- dzil smoke --release --author && dzil cover -test -report kritika && dzil xtest

3 changes: 3 additions & 0 deletions cpanfile
Expand Up @@ -6,3 +6,6 @@ requires 'Format::Util::Numbers';
requires 'Time::Duration::Concise';
requires 'YAML';

on develop => sub {
requires 'Devel::Cover::Report::Kritika', '>= 0.05';
};

0 comments on commit 7369bd5

Please sign in to comment.