From 217813f8801605ca3d23a18ee86ac1ae210961ce Mon Sep 17 00:00:00 2001 From: "Francisco J. Ossandon" Date: Thu, 13 Nov 2014 15:34:47 -0300 Subject: [PATCH] Last try failed probably because I did not specify one of the 4 main metrics (statement, branch, condition or path). This is the last try. If it can't finish before 50 minutes, we probably would need a Travis-CI pro account (120 minutes allowed per job) to make it work... Or Devel::Cover author help, but he has not replied my email yet. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e2b3ae8d0..62e50c711 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ script: #- "./Build test" #Devel::Cover coverage options are: statement, branch, condition, path, subroutine, pod, time, all and none #- "./Build build && cover -test -report coveralls" #complete version coverage test - - PERL5OPT=-MDevel::Cover=+ignore,prove,-coverage,pod,subroutine prove -lr t #limited version coverage test + - PERL5OPT=-MDevel::Cover=+ignore,prove,-coverage,statement,subroutine prove -lr t #limited version coverage test - cover -report coveralls #TODO - send emails to bioperl-guts-l -- 2.11.4.GIT