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:
authordiosmosis <benakamoorthi@fastmail.fm>2014-07-21 06:12:48 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-07-21 06:12:48 +0400
commitde4d00ccf7f6f675b155e689a404ee8bede54451 (patch)
treee64adfcc9ad8bb116b6b671e63e3724316cf3b75 /.travis.yml
parent5d799ee1a434ce97921b412bc34568b7241870ea (diff)
Getting build to run again [ci skip].
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 25286e1e14..89b027df83 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -87,7 +87,8 @@ before_script:
- mysql -e "SHOW GLOBAL VARIABLES;"
# Setup Piwik stack
- ./tests/travis/initiate_ui_tests.sh
- - travis_retry composer self-update
+ # travis now complains about this failing 9 times out of 10, so remove it. hopefully the random failures it prevented won't come back
+ # - travis_retry composer self-update
- travis_retry composer install
- uname -a
- date