From 2fe1beccc2158c6b2d3b918b558d436d1ae92c8d Mon Sep 17 00:00:00 2001 From: Steve Schnepp Date: Sun, 28 Jul 2019 11:05:53 +0200 Subject: [PATCH] Revert "travis: do not use sudo, but the apt plugin" This reverts commit 34b55fe3b50b8d6832506413a181c693516633a4. --- .travis.yml | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/.travis.yml b/.travis.yml index 02de897f..8120a60d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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