From c40f0e342b251350f6c07c4f6b2f37388fc160b6 Mon Sep 17 00:00:00 2001 From: Tom Duffield Date: Fri, 10 Mar 2017 14:18:30 -0600 Subject: Add support for auth'd proxy tests Signed-off-by: Tom Duffield --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 336e1a20a5..6669ca87fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -316,7 +316,8 @@ matrix: - gem update --system $(grep rubygems omnibus_overrides.rb | cut -d'"' -f2) - gem install bundler -v $(grep bundler omnibus_overrides.rb | cut -d'"' -f2) - sudo apt-get update - - sudo apt-get -y install squid3 git curl + - sudo apt-get -y install squid3 git curl apache2-utils + - sudo htpasswd -b -c /etc/squid3/passwords proxy proxy bundler_args: --without ci development docgen guard integration maintenance omnibus_package tools aix bsd mac_os_x solaris windows --frozen env: - PROXY_TESTS_DIR=proxy_tests/files/default/scripts -- cgit v1.2.1