1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

use a non-versioned package

This commit is contained in:
Stig Sandbeck Mathisen 2014-10-04 15:57:15 +02:00
parent 67f74fbda2
commit bfbae31950

View file

@ -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 libdb5.3-dev libvirt-dev - sudo apt-get --no-install-recommends install devscripts python ruby php5-cli gawk libdb-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