From bdf47af897ebfe98a496c494679d15167f2a0e57 Mon Sep 17 00:00:00 2001 From: "Francisco J. Ossandon" Date: Wed, 12 Nov 2014 15:37:05 -0300 Subject: [PATCH] Good news! Reducing the output made it finish much faster, but the test suite was executed twice and that's why it reached the 50 minutes limit. Taking out '- PERL5OPT' will make it run only once and should finally finish. Hope this is the final test. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aeda2474d..d8b709487 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,6 @@ install: script: #- "./Build test" - - PERL5OPT=-MDevel::Cover=-coverage,subroutine prove -lr t - "./Build build && cover -test -report coveralls" #TODO - send emails to bioperl-guts-l -- 2.11.4.GIT