From fb6682a73ba86b407d3f2955843199d73f8201dd Mon Sep 17 00:00:00 2001 From: Chris Fields Date: Thu, 11 Jul 2013 23:38:57 -0500 Subject: [PATCH] add FeatureIO for stupid hidden SF::Annotated dependency; this will need to be fixed --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9ff8a9516..2207d028a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,7 @@ install: - "cpanm Math::Random SOAP::Lite Spreadsheet::ParseExcel | tail -n 1" - "cpanm Bio::Phylo | tail -n 1" - "git clone https://github.com/bioperl/Bio-Root.git; export PERL5LIB=$( pwd )/Bio-Root/lib:$PERL5LIB" + - "git clone https://github.com/bioperl/Bio-FeatureIO.git; export PERL5LIB=$( pwd )/Bio-FeatureIO/lib:$PERL5LIB" #This installs BioPerl itself: - "perl ./Build.PL --accept" -- 2.11.4.GIT