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>2017-10-12 00:00:55 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2017-10-12 00:00:55 +0300
commit1bf5362c1fb9e0a88d697c8e48d995735896ee12 (patch)
treedd0896a61b8a8bdbdbe8f5e5b4ee6cd8902694e2 /.travis.yml
parent8e14e1b4ee6671d0119c93304a94d252d6d0d83e (diff)
Disable the SSL hack for coverity to see if it fixes the connection issues with saucelabs
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 2c7f5cbf8..2657b6589 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,8 +32,8 @@ cache:
directories:
- $HOME/download
-before_install:
- - echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
+#before_install:
+# - echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
addons:
coverity_scan: