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 83b81d3 commit 4a2e089Copy full SHA for 4a2e089
.travis.yml
@@ -16,8 +16,7 @@ services:
16
- docker
17
18
before_install:
19
- # TODO(#204): Change back to cloning master once Certbot omits keyAuthorization.
20
- - git clone --depth=1 -b no-keyauthorization https://github.com/certbot/certbot
+ - git clone --single-branch --depth=1 -b master https://github.com/certbot/certbot
21
- cd certbot
22
- ./certbot-auto --os-packages-only -n
23
- ./tools/venv.py
0 commit comments