mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
run "apt-get update", and keep install minimal
This commit is contained in:
parent
80cb37418a
commit
bb4550ffc8
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
---
|
---
|
||||||
language: perl
|
language: perl
|
||||||
install:
|
install:
|
||||||
- sudo apt-get install devscripts python ruby php5-cli gawk
|
- sudo apt-get update
|
||||||
|
- sudo apt-get --no-install-recommends install devscripts python ruby php5-cli gawk
|
||||||
#
|
#
|
||||||
# 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…
Add table
Add a link
Reference in a new issue