From 16d6da465eef537fe81719e4bafdad0c41e9a301 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Tue, 7 Feb 2017 16:00:33 -0500 Subject: [PATCH] Add comment about hitch ppa --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index cea3a5e76..f67547b75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,9 @@ env: - TOXENV=docs - TOXENV=coverage,codecov +# We use hitch (https://hitch-tls.org/) to setup TLS proxy from 8443 to 8080. while hitch is +# in the ubuntu xenial main repos, it's not available by default on trusty. So we use the +# ppa from here : https://launchpad.net/~0k53d-karl-f830m/+archive/ubuntu/hitch before_install: - sudo add-apt-repository ppa:0k53d-karl-f830m/hitch -y - sudo apt-get -qq update