We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96cfceb commit 16d6da4Copy full SHA for 16d6da4
.travis.yml
@@ -13,6 +13,9 @@ env:
13
- TOXENV=docs
14
- TOXENV=coverage,codecov
15
16
+# We use hitch (https://hitch-tls.org/) to setup TLS proxy from 8443 to 8080. while hitch is
17
+# in the ubuntu xenial main repos, it's not available by default on trusty. So we use the
18
+# ppa from here : https://launchpad.net/~0k53d-karl-f830m/+archive/ubuntu/hitch
19
before_install:
20
- sudo add-apt-repository ppa:0k53d-karl-f830m/hitch -y
21
- sudo apt-get -qq update
0 commit comments