From c48d7dd2149bb52511a6eb6db51a4c9da85f0e4f Mon Sep 17 00:00:00 2001 From: "Francisco J. Ossandon" Date: Wed, 12 Nov 2014 14:33:20 -0300 Subject: [PATCH] I found that the extra verbosity was caused by 'prove', not Devel::Cover. I hope this time it will be easier on Travis --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 231ce3907..aeda2474d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ install: - "cpanm Test::Weaken | tail -n 1" - "cpanm Test::Memory::Cycle | tail -n 1" #Test coverage from Coveralls - #- cpanm --quiet --notest Devel::Cover::Report::Coveralls + - cpanm --quiet --notest Devel::Cover::Report::Coveralls #for some reason tests and deps aren't skipped here. Will have to look into it more... #git repos, seems to only work for simple checkouts, so pure perl only (TODO: look into before_script for more detail) - "git clone https://github.com/bioperl/Bio-Root.git; export PERL5LIB=$( pwd )/Bio-Root/lib:$PERL5LIB" @@ -35,9 +35,9 @@ install: - "perl ./Build.PL --accept" script: - - "./Build test" - #- PERL5OPT=-MDevel::Cover=-coverage,subroutine prove -lrsv t - #- "./Build build && cover -test -report coveralls" + #- "./Build test" + - PERL5OPT=-MDevel::Cover=-coverage,subroutine prove -lr t + - "./Build build && cover -test -report coveralls" #TODO - send emails to bioperl-guts-l notifications: -- 2.11.4.GIT