From dc84393d6c2cb50fa46ba5ad04645f334172f64d Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Thu, 25 Sep 2014 20:48:30 +0200 Subject: [PATCH] Coveralls.io: Separate runs again, as just "cover" checks coverage on .t files --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f25b805..b147ca6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,8 @@ script: - make test after_success: - - cover -test -report coveralls + - prove --exec 'env PERL5OPT=-MDevel::Cover=-ignore_re,^t/ perl' t/*.t + - cover -report coveralls notifications: irc: "irc.lugs.ch#kivamon"