1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 10:39:53 +00:00

Revert "travis: do not use sudo, but the apt plugin"

This reverts commit 34b55fe3b5.
This commit is contained in:
Steve Schnepp 2019-07-28 11:05:53 +02:00
parent 34b55fe3b5
commit 2fe1beccc2

View file

@ -1,26 +1,13 @@
---
dist: bionic
addons:
apt:
packages:
- devscripts
- python
- python3
- ruby
- php-cli
- gawk
- ksh
- zsh
- pylint
- shellcheck
- pkg-config
- libdb-dev
- libvirt-dev
- libexpat-dev
- munin-node
- libsys-virt-perl
install:
- sudo apt-get update
- sudo apt-get --no-install-recommends install devscripts python python3 ruby php-cli gawk ksh zsh pylint shellcheck
- 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
- sudo apt-get --no-install-recommends install libsys-virt-perl
# we use locally installed cpan modules instead of travis' builtin 'homebrew' perl support
# The homebrew variation does not work for us, since:
# * it is built without threading