Projet

Général

Profil

Révision 2fe1becc

ID2fe1beccc2158c6b2d3b918b558d436d1ae92c8d
Parent 34b55fe3
Enfant a207c600, 400fe6a3

Ajouté par Steve Schnepp il y a plus de 6 ans

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

This reverts commit 34b55fe3b50b8d6832506413a181c693516633a4.

Voir les différences:

.travis.yml
1 1
---
2 2
dist: bionic
3
addons:
4
  apt:
5
    packages:
6
    - devscripts
7
    - python
8
    - python3
9
    - ruby
10
    - php-cli
11
    - gawk
12
    - ksh
13
    - zsh
14
    - pylint
15
    - shellcheck
16
    - pkg-config
17
    - libdb-dev
18
    - libvirt-dev
19
    - libexpat-dev
20
    - munin-node
21
    - libsys-virt-perl
22

  
23 3
install:
4
  - sudo apt-get update
5
  - sudo apt-get --no-install-recommends install devscripts python python3 ruby php-cli gawk ksh zsh pylint shellcheck
6
  - sudo apt-get --no-install-recommends install pkg-config libdb-dev libvirt-dev libexpat-dev
7
  # - Munin/Plugin.pm is in "munin-node" on precise
8
  - sudo apt-get --no-install-recommends install munin-node
9
  - sudo apt-get --no-install-recommends install libsys-virt-perl
10

  
24 11
  # we use locally installed cpan modules instead of travis' builtin 'homebrew' perl support
25 12
  # The homebrew variation does not work for us, since:
26 13
  #   * it is built without threading

Formats disponibles : Unified diff