Skip to content

Commit

Permalink
add travis & coveralls setting
Browse files Browse the repository at this point in the history
  • Loading branch information
tsucchi committed Apr 23, 2014
1 parent e785a05 commit 65de5d2
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ perl:
- 5.14
- 5.16
- 5.18

before_install:
- cpanm -n Devel::Cover::Report::Coveralls
- cover -delete
script:
perl Build.PL && ./Build build && cover -test -report coveralls
11 changes: 11 additions & 0 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,16 @@
}
},
"release_status" : "unstable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/tsucchi/p5-Otorigi-Plugin-InflateSwitcher/issues"
},
"homepage" : "https://github.com/tsucchi/p5-Otorigi-Plugin-InflateSwitcher",
"repository" : {
"type" : "git",
"url" : "git://github.com/tsucchi/p5-Otorigi-Plugin-InflateSwitcher.git",
"web" : "https://github.com/tsucchi/p5-Otorigi-Plugin-InflateSwitcher"
}
},
"version" : "0.01"
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![Build Status](https://travis-ci.org/tsucchi/p5-Otorigi-Plugin-InflateSwitcher.png?branch=master)](https://travis-ci.org/tsucchi/p5-Otorigi-Plugin-InflateSwitcher) [![Coverage Status](https://coveralls.io/repos/tsucchi/p5-Otorigi-Plugin-InflateSwitcher/badge.png?branch=master)](https://coveralls.io/r/tsucchi/p5-Otorigi-Plugin-InflateSwitcher?branch=master)
# NAME

Otogiri::Plugin::InflateSwitcher - Otogiri plugin to enable/disable inflate
Expand Down
2 changes: 1 addition & 1 deletion minil.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name = "Otogiri-Plugin-InflateSwitcher"
# badges = ["travis"]
badges = ["travis", "coveralls"]

0 comments on commit 65de5d2

Please sign in to comment.