From 157413c13da76692e6b693be3b711ede26124fb9 Mon Sep 17 00:00:00 2001 From: Brian Osborne Date: Sat, 20 Jun 2015 22:05:17 -0400 Subject: [PATCH] No need to clone Bio-Root --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 233a26fa0..9edeb515b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ install: #- 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" + #- "git clone https://github.com/bioperl/Bio-Root.git; export PERL5LIB=$( pwd )/Bio-Root/lib:$PERL5LIB" #This installs BioPerl itself: - "perl ./Build.PL --accept" -- 2.11.4.GIT