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:
authorsgiehl <stefan@piwik.org>2016-04-30 17:38:53 +0300
committersgiehl <stefan@piwik.org>2016-04-30 17:38:53 +0300
commitea9127b27a1a19e4eaccc825e3d253be8ba92c1c (patch)
treea3a8432e6c8629671a3ad1b22bff1affbaecd103 /.travis.yml
parent471c830a34b469b866ed02142b33d6f6be67cc1c (diff)
updates travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 63bbd4857c..5436c67e18 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -121,6 +121,9 @@ install:
- ./tests/travis/configure_git.sh
+ # disable tls for php 5.3 as openssl isn't available
+ - '[[ "$TRAVIS_PHP_VERSION" == 5.3* ]] && composer config -g -- disable-tls true || true'
+
# travis now complains about this failing 9 times out of 10, so removing it
#- travis_retry composer self-update