From c512ff6357175d7503158cd1d4bc5696c01b6246 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Tue, 17 Nov 2015 01:43:38 +0000 Subject: [PATCH] add coveralls --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 21a16eb..38d4943 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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