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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2016-04-08 05:37:58 +0300
committermattab <matthieu.aubry@gmail.com>2016-04-08 05:38:11 +0300
commite2f231101c7bfdef76ab84e33a2880a423acc54b (patch)
tree713bc006418937831f8dc91c31a0a73a9fdb66a8 /composer.json
parentb957860316c818c85d1139f0dedd8de0de4ea774 (diff)
Disable TLS to workaround CI failures #10023
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 3c6521b827..6f8cdcb102 100644
--- a/composer.json
+++ b/composer.json
@@ -107,5 +107,8 @@
"post-install-cmd": [
"Piwik\\Composer\\ScriptHandler::buildXhprof"
]
+ },
+ "config": {
+ "disable-tls": true
}
}