travis-ci: The package name is now 'squid'

This commit is contained in:
Jan Wagner 2019-02-02 16:52:08 +01:00
parent a8d96ce2c6
commit 0ca6c28ebf

View file

@ -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