Skip to content

Commit 893b26d

Browse files
Merge pull request #1594 from zhaoqin-github/v3.0.11.2
Refresh deb repo
2 parents b9ae159 + edd4f0a commit 893b26d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ after_success:
3737
before_deploy:
3838
- PKG_VERSION=$(python -c "import f5; print(f5.__version__)")
3939
# Workaround https://github.com/travis-ci/dpl/issues/1235
40-
- sudo apt-get install -y python3-venv
40+
- sudo apt-get update && sudo apt-get install -y python3-venv
4141
- python3 -m venv ~/venv
4242
- source ~/venv/bin/activate
4343
deploy:

0 commit comments

Comments
 (0)