add coveralls
This commit is contained in:
parent
21ffd2dfec
commit
c512ff6357
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue