Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Skovhede <kenneth@hexad.dk>2018-08-07 16:05:41 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2018-08-07 16:05:41 +0300
commit1a027278aaea0fe9527ccb206af87a9ef5e4884e (patch)
tree1248b60b0eeb8381c587452b668daa2f932fda2c /.travis.yml
parent557df9a6661f9ac6c5a5324840aaccbf5c416b7e (diff)
Another attempt at upgrading pip on Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 73bd1400b..54f91b8f8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ install:
- nuget restore Duplicati.sln
- nuget install NUnit.Runners -Version 3.5.0 -OutputDirectory testrunner
- sudo pip install selenium
- - sudo pip install urllib3
+ - sudo pip install --upgrade urllib3
- if [ ! -d "${TRAVIS_BUILD_DIR}"/packages/SharpCompress.0.18.2 ]; then ln -s "${TRAVIS_BUILD_DIR}"/packages/sharpcompress.0.18.2 "${TRAVIS_BUILD_DIR}"/packages/SharpCompress.0.18.2; fi
addons:
coverity_scan: