Skip to content

Commit

Permalink
missing Bio::Root::Build (now in Bio-Root), adding that to include path
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Fields committed Aug 13, 2013
1 parent 800ca9f commit 5df7adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -28,7 +28,7 @@ install:
# these will have to be tweaked to get working downstream when we start pulling # these will have to be tweaked to get working downstream when we start pulling
# things out into separate repos # things out into separate repos
#This installs BioPerl itself: #This installs BioPerl itself:
- "perl ./Build.PL --accept" - "perl -I$( pwd )/travis_builds/Bio-Root/lib ./Build.PL --accept"


script: script:
- "./Build test" - "./Build test"
Expand Down

0 comments on commit 5df7adf

Please sign in to comment.