Skip to content

Commit

Permalink
setup to post test coverage to coveralls.io.
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed Nov 27, 2013
1 parent 003545c commit 7a03ed9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ perl:
- "5.10"
- "5.8"
before_install:
- "cpanm Module::Install"
- ./dev-bin/travis-prepare.sh
script:
perl ./Makefile.PL && make && cover -test -report coveralls

notifications:
irc:
channels:
- "irc.freenode.org#chupei.pm"
use_notice: true

1 change: 1 addition & 0 deletions dev-bin/travis-prepare.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/sh
yes | cpanm --verbose local::lib
cpanm -n Module::Install Devel::Cover Devel::Cover::Report::Coveralls

0 comments on commit 7a03ed9

Please sign in to comment.