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:28:49 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2018-08-07 15:28:49 +0300
commitbd113129c40de5bb5ec6b016ceee41d4ee469bc7 (patch)
treeb81a69f8b4bc41d97d5098c183edad724d38c957 /.travis.yml
parent3831962c82ada9615981f6d2f98f261a429c714d (diff)
Attempt to upgrade urllib3
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index dedcbd899..1201585e5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +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
- 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: