diff --git a/.travis.yml b/.travis.yml index e25cb99e48..aaff292556 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ install: # these will have to be tweaked to get working downstream when we start pulling # things out into separate repos #This installs BioPerl itself: - - "perl ./Build.PL --accept" + - "perl -I$( pwd )/travis_builds/Bio-Root/lib ./Build.PL --accept" script: - "./Build test"