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 8a79a25 commit 44cfa62Copy full SHA for 44cfa62
2 files changed
.travis.yml
@@ -1,7 +1,7 @@
1
language: go
2
3
sudo: true
4
-dist: xenial
+dist: focal
5
addons:
6
hosts:
7
- example.letsencrypt.org
@@ -18,6 +18,7 @@ services:
18
- docker
19
20
before_install:
21
+ - sudo apt-get install python3-venv
22
- git clone --single-branch --depth=1 -b master https://github.com/certbot/certbot
23
- cd certbot
24
- ./certbot-auto --os-packages-only -n
appveyor.yml
@@ -17,8 +17,8 @@ artifacts:
17
install:
- - python tools\venv3.py
- - venv3\Scripts\activate.bat
+ - python tools\venv.py
+ - venv\Scripts\activate.bat
- cd ..
before_build:
0 commit comments