Skip to content

Commit

Permalink
add travis and coveralls setting
Browse files Browse the repository at this point in the history
  • Loading branch information
tsucchi committed May 5, 2014
1 parent 73ad878 commit cbb4774
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: perl
perl:
- 5.12
- 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

1 change: 1 addition & 0 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"requires" : {
"Class::Accessor::Lite" : "0",
"DBI" : "1.57",
"DBIx::Inspector" : "0",
"DBIx::TransactionManager" : "0",
"Otogiri" : "0.06",
"Otogiri::Plugin" : "0.02",
Expand Down
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-Test-DataLoader.png?branch=master)](https://travis-ci.org/tsucchi/p5-Test-DataLoader) [![Coverage Status](https://coveralls.io/repos/tsucchi/p5-Test-DataLoader/badge.png?branch=master)](https://coveralls.io/r/tsucchi/p5-Test-DataLoader?branch=master)
# NAME

Test::DataLoader - Load testdata into database
Expand Down
2 changes: 2 additions & 0 deletions minil.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
name = "Test-DataLoader"
badges = ["travis", "coveralls"]

0 comments on commit cbb4774

Please sign in to comment.