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>2015-01-08 01:02:36 +0300
committermattab <matthieu.aubry@gmail.com>2015-01-08 01:02:36 +0300
commit746d4e9ae21e7ffe942b7eff44c5e4de64931c5f (patch)
treef99a1f5c36ead9a8a6eb54ef5f4f778753cb0914 /.travis.yml
parent520f4717a297d0c7f5d7da5ea05f602d0fcf5962 (diff)
refs #6942 do not silence composer install as it may fail and we want to know why
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 1af1b84fba..11ab9ca5ab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -119,7 +119,7 @@ before_script:
# travis now complains about this failing 9 times out of 10, so removing it. hopefully the random failures it prevented won't come back
# - travis_retry composer self-update
- - travis_retry composer install -q
+ - travis_retry composer install
# print out more debugging info
- uname -a