Skip to content

Commit

Permalink
add coveralls and travis setting
Browse files Browse the repository at this point in the history
  • Loading branch information
tsucchi committed Nov 23, 2015
1 parent 87cfc3c commit 764ea80
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: perl
perl:
- "5.18"
- "5.20"
- "5.22"
before_install:
- cpanm -n Devel::Cover::Report::Coveralls
- cover -delete
script:
perl Build.PL && ./Build build && cover -test -report coveralls

2 changes: 1 addition & 1 deletion minil.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "Variable-Expand-AnyLevel"
# badges = ["travis"]
badges = ["travis", "coveralls"]
authority="cpan:TSUCCHI"

module_maker="ModuleBuildTiny"
Expand Down

0 comments on commit 764ea80

Please sign in to comment.