We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ae159 commit edd4f0aCopy full SHA for edd4f0a
1 file changed
.travis.yml
@@ -37,7 +37,7 @@ after_success:
37
before_deploy:
38
- PKG_VERSION=$(python -c "import f5; print(f5.__version__)")
39
# Workaround https://github.com/travis-ci/dpl/issues/1235
40
- - sudo apt-get install -y python3-venv
+ - sudo apt-get update && sudo apt-get install -y python3-venv
41
- python3 -m venv ~/venv
42
- source ~/venv/bin/activate
43
deploy:
0 commit comments