Skip to content

Commit

Permalink
move ASN1 back to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Fields committed Aug 13, 2013
1 parent 95d4f60 commit bbeb1c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -25,8 +25,7 @@ install:
- "cpanm PostScript::TextBlock Set::Scalar Sort::Naturally YAML 2>&1 | tail -n 1"
- "cpanm Math::Random SOAP::Lite Spreadsheet::ParseExcel 2>&1 | tail -n 1"
- "cpanm Bio::Phylo 2>&1 | tail -n 1"
# these will have to be tweaked to get working downstream when we start pulling
# things out into separate repos
- "export PERL5LIB=$( pwd )/travis_builds/Bio-Root/lib:$( pwd ):$PERL5LIB; cpanm Bio::ASN1::EntrezGene 2>&1 | tail -n 1"
#This installs BioPerl itself:
- "perl -I$( pwd )/travis_builds/Bio-Root/lib ./Build.PL --accept"

Expand Down
2 changes: 0 additions & 2 deletions travis_scripts/dependency_installs
Expand Up @@ -16,8 +16,6 @@ cd ..
git clone https://github.com/bioperl/Bio-Root.git
export PERL5LIB=$( pwd )/Bio-Root/lib:$( pwd ):$PERL5LIB

cpanm DB_File 2>&1 | tail -n 10
cpanm Bio::ASN1::EntrezGene 2>&1 | tail -n 10
export SAMTOOLS=$( pwd )/samtools

echo "Bio::DB::Sam installation"
Expand Down

0 comments on commit bbeb1c0

Please sign in to comment.