mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-11 09:40:05 -04:00
travis-ci: The package name is now 'squid'
This commit is contained in:
parent
a8d96ce2c6
commit
0ca6c28ebf
1 changed files with 3 additions and 3 deletions
|
|
@ -51,7 +51,7 @@ install:
|
|||
- sudo apt-get install -qq --no-install-recommends autoconf automake
|
||||
- sudo apt-get install -qq --no-install-recommends faketime
|
||||
- sudo apt-get install -qq --no-install-recommends libmonitoring-plugin-perl
|
||||
- sudo apt-get install -qq --no-install-recommends squid3
|
||||
- sudo apt-get install -qq --no-install-recommends squid
|
||||
# Trusty related dependencies (not yet provided)
|
||||
- test "$(dpkg -l | grep -E "mysql-(client|server)-[0-9].[0-9]" | grep -c ^ii)" -gt 0 || sudo apt-get install -qq --no-install-recommends mariadb-client mariadb-server
|
||||
# enable ssl apache
|
||||
|
|
@ -59,8 +59,8 @@ install:
|
|||
- sudo a2ensite default-ssl
|
||||
- sudo make-ssl-cert generate-default-snakeoil --force-overwrite
|
||||
- sudo service apache2 reload
|
||||
- sudo cp tools/squid.conf /etc/squid3/squid.conf
|
||||
- sudo service squid3 reload
|
||||
- sudo cp tools/squid.conf /etc/squid/squid.conf
|
||||
- sudo service squid reload
|
||||
|
||||
before_script:
|
||||
# ensure we have a test database in place for tests
|
||||
|
|
|
|||
Loading…
Reference in a new issue