From a9a40ec206e14f20569cd6a6ad577bb439250f3b Mon Sep 17 00:00:00 2001 From: "Francisco J. Ossandon" Date: Wed, 12 Nov 2014 16:44:19 -0300 Subject: [PATCH] Unfortunately, the complete coverage test could not complete in time (10-15 more minutes would be needed). Adjusting to only test 'subroutine' and skip other options for now. --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d8b709487..525532167 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,13 @@ install: script: #- "./Build test" - - "./Build build && cover -test -report coveralls" + #- "./Build build && cover -test -report coveralls" #uncomment for complete coverage test + #Devel::Cover coverage options are: statement, branch, condition, path, subroutine, pod, time, all and none + - PERL5OPT=-MDevel::Cover=-coverage,subroutine prove -lr t #limit coverage options + - cover + +after_success: + - cover -report coveralls #TODO - send emails to bioperl-guts-l notifications: -- 2.11.4.GIT