Skip to content

Commit

Permalink
coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
pokutuna committed Jun 29, 2016
1 parent d3438b7 commit 0b7f39e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: perl
perl:
- "5.24"
- "5.22"
- "5.20"
- "5.18"
Expand All @@ -9,3 +10,8 @@ perl:
- "5.10"
- "5.8"
sudo: false

before_install:
- cpanm -n Devel::Cover::Report::Coveralls
after_script:
- cover -test -report coveralls
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"pokutuna (POKUDA Tunahiko) <popopopopokutuna@gmail.com>"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v3.0.1, CPAN::Meta::Converter version 2.150005",
"generated_by" : "Minilla/v3.0.2, CPAN::Meta::Converter version 2.150005",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -67,5 +67,5 @@
}
},
"version" : "0.01",
"x_serialization_backend" : "JSON::PP version 2.27203"
"x_serialization_backend" : "JSON::PP version 2.27300"
}
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/pokutuna/p5-Class-Enumemon.svg?branch=master)](https://travis-ci.org/pokutuna/p5-Class-Enumemon)
[![Build Status](https://travis-ci.org/pokutuna/p5-Class-Enumemon.svg?branch=master)](https://travis-ci.org/pokutuna/p5-Class-Enumemon) [![Coverage Status](https://img.shields.io/coveralls/pokutuna/p5-Class-Enumemon/master.svg?style=flat)](https://coveralls.io/r/pokutuna/p5-Class-Enumemon?branch=master)
# NAME

Class::Enumemon - enum-like class generator
Expand Down Expand Up @@ -82,11 +82,11 @@ it under the same terms as Perl itself.

# AUTHORS

pokutuna (POKUDA Tunahiko) &lt;popopopopokutuna@gmail.com>
pokutuna (POKUDA Tunahiko) <popopopopokutuna@gmail.com>

nanto\_vi (TOYAMA Nao) &lt;nanto@moon.email.ne.jp>
nanto\_vi (TOYAMA Nao) <nanto@moon.email.ne.jp>

mechairoi (TSUJIKAWA Takaya) &lt;ttsujikawa@gmail.com>
mechairoi (TSUJIKAWA Takaya) <ttsujikawa@gmail.com>

# SEE ALSO

Expand Down
2 changes: 1 addition & 1 deletion minil.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name = "Class-Enumemon"
badges = ["travis"]
badges = ["travis", "coveralls"]
module_maker="ModuleBuildTiny"

0 comments on commit 0b7f39e

Please sign in to comment.