From 5df7adf6014b7d37f88b1425f8cd280b6c127060 Mon Sep 17 00:00:00 2001 From: Chris Fields Date: Tue, 13 Aug 2013 16:37:06 -0500 Subject: [PATCH] missing Bio::Root::Build (now in Bio-Root), adding that to include path --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"