From b049683b71f0f46b7584dde40b1ee2794c0ea63f Mon Sep 17 00:00:00 2001 From: "Francisco J. Ossandon" Date: Wed, 12 Nov 2014 12:51:39 -0300 Subject: [PATCH] Failed try. Even testing coverage of only subroutines was not enough to complete the process under 50 minutes in Travis-CI. The feature looks useful but it's really slow. I'll leave the code commented for now. --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 893373d34..231ce3907 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 -lrsv t + #- "./Build build && cover -test -report coveralls" #TODO - send emails to bioperl-guts-l notifications: -- 2.11.4.GIT