mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
Add libvirt and berkeleydb development libraries
This commit is contained in:
parent
bb4550ffc8
commit
67f74fbda2
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
language: perl
|
language: perl
|
||||||
install:
|
install:
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get --no-install-recommends install devscripts python ruby php5-cli gawk
|
- sudo apt-get --no-install-recommends install devscripts python ruby php5-cli gawk libdb5.3-dev libvirt-dev
|
||||||
#
|
#
|
||||||
# Modules used by test script
|
# Modules used by test script
|
||||||
- cpanm --notest Test::More File::Find Capture::Tiny
|
- cpanm --notest Test::More File::Find Capture::Tiny
|
||||||
|
|
Loading…
Reference in a new issue