From 8bda292b6459ac1f48016365fda47db67101f320 Mon Sep 17 00:00:00 2001 From: Stig Sandbeck Mathisen Date: Sat, 4 Oct 2014 17:26:05 +0200 Subject: [PATCH] use Munin::Plugin (and whatever else) from system perl library --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ecfcded4..602e8ffa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,4 +53,4 @@ install: # - Sun::Solaris::Kstat # - VMware::VIRuntime # - MythTV -script: "prove" +script: "PERL5LIB=$PERL5LIB:/usr/share/perl5 prove"