Skip to content

Commit

Permalink
add coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
wollmers committed Aug 16, 2014
1 parent 7f0999b commit 55be8d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ perl:
- "5.12"
- "5.10"
- "5.8"
before_install:
cpanm -n Devel::Cover &&
cpanm -n Devel::Cover::Report::Coveralls
script:
perl Build.PL && ./Build build
perl Build.PL && ./Build build && cover -test -report coveralls
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Revision history for File-Name-Check

{{$NEXT}}
- add coverage

0.03 2014-08-16 08:59:02 CEST
- add travis
Expand Down

0 comments on commit 55be8d2

Please sign in to comment.