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 15:50:43 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2018-08-07 15:50:43 +0300
commit557df9a6661f9ac6c5a5324840aaccbf5c416b7e (patch)
tree94a6c49fb791bd7df21bac03ff0fb79013774a08 /.travis.yml
parentbd113129c40de5bb5ec6b016ceee41d4ee469bc7 (diff)
Another attempt to update urllib3 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 1201585e5..73bd1400b 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 apt install python-urllib3
+ - sudo pip install 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: