From b8ef86efd6efc3e9a3c7e8f8fc9d30e5fbb87805 Mon Sep 17 00:00:00 2001 From: Stig Sandbeck Mathisen Date: Sat, 4 Oct 2014 17:08:04 +0200 Subject: [PATCH] Install "munin-node" so we have access to Munin/Plugin.pm --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 93b32908..ecfcded4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ install: - sudo apt-get update - sudo apt-get --no-install-recommends install devscripts python ruby php5-cli gawk pylint - sudo apt-get --no-install-recommends install pkg-config libdb-dev libvirt-dev libexpat-dev + # - Munin/Plugin.pm is in "munin-node" on precise + - sudo apt-get --no-install-recommends install munin-node # Modules used by test script - cpanm --notest Capture::Tiny