Skip to content

Commit 4a2e089

Browse files
adferrandcpu
authored andcommitted
Reuse certbot master branch since keyAuthorization has been fixed (#217)
1 parent 83b81d3 commit 4a2e089

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ services:
1616
- docker
1717

1818
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
19+
- git clone --single-branch --depth=1 -b master https://github.com/certbot/certbot
2120
- cd certbot
2221
- ./certbot-auto --os-packages-only -n
2322
- ./tools/venv.py

0 commit comments

Comments
 (0)