add coveralls

This commit is contained in:
Adam Spiers 2015-11-17 01:43:38 +00:00
parent 21ffd2dfec
commit c512ff6357

View file

@ -11,6 +11,8 @@ addons:
- texinfo - texinfo
- texlive - texlive
- texi2html - texi2html
before_install:
- cpanm -n Devel::Cover::Report::Coveralls
install: install:
- autoreconf --install - autoreconf --install
- eval `perl -V:siteprefix` - eval `perl -V:siteprefix`
@ -18,4 +20,5 @@ install:
- make cpanm - make cpanm
script: script:
- make distcheck - make distcheck
- perl Build.PL && ./Build distcheck - perl Build.PL && ./Build build && cover -test -report coveralls
- ./Build distcheck