summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2017-03-10 14:18:30 -0600
committerTom Duffield <tom@chef.io>2017-03-10 16:42:40 -0600
commitc40f0e342b251350f6c07c4f6b2f37388fc160b6 (patch)
tree09d1fe316bad624359d1e1bdef9b9f6c7a3e6754
parent5b4565737e593a55159817f349de491c940467c3 (diff)
downloadchef-tduffield/auth-proxy-tests.tar.gz
Add support for auth'd proxy teststduffield/auth-proxy-tests
Signed-off-by: Tom Duffield <tom@chef.io>
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
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