Navigation Menu

Skip to content

Commit

Permalink
Configure travis to send reports to coveralls.io
Browse files Browse the repository at this point in the history
  • Loading branch information
rwstauner committed Nov 3, 2013
1 parent 9a3dea2 commit a670e24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -17,3 +17,5 @@ metacpan_web_local.conf

.tidyall.d/
perltidy.LOG

cover_db/
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -10,6 +10,10 @@ before_install:
- cpanm http://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/common-sense-3.6.tar.gz
# As of 2013-11-02 travis doesn't seem to find this one yet.
- cpanm http://cpan.metacpan.org/authors/id/M/MA/MAKAMAKA/JSON-2.90.tar.gz
- cpanm -n Devel::Cover::Report::Coveralls

script:
- perl Makefile.PL && cover -test -report coveralls

notifications:
email:
Expand Down

0 comments on commit a670e24

Please sign in to comment.