Skip to content

Commit

Permalink
Merge 419c3b7 into c49ff83
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongable committed Aug 16, 2021
2 parents c49ff83 + 419c3b7 commit 1979643
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@ services:
- docker

before_install:
- sudo apt-get install python3-venv
- git clone --single-branch --depth=1 -b master https://github.com/certbot/certbot
- cd certbot
- ./certbot-auto --os-packages-only -n
- ./tools/venv.py
- . venv/bin/activate
- cd -
- sudo apt-get install snapd
- sudo snap install core
- sudo snap refresh core
- sudo snap install --classic certbot
- sudo ln -s /snap/bin/certbot /usr/bin/certbot

# Override the base install phase so that the project can be installed using
# `-mod=vendor` to use the vendored dependencies
Expand Down

0 comments on commit 1979643

Please sign in to comment.