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
- texlive
- texi2html
before_install:
- cpanm -n Devel::Cover::Report::Coveralls
install:
- autoreconf --install
- eval `perl -V:siteprefix`
@ -18,4 +20,5 @@ install:
- make cpanm
script:
- make distcheck
- perl Build.PL && ./Build distcheck
- perl Build.PL && ./Build build && cover -test -report coveralls
- ./Build distcheck