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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-06-26 12:02:44 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-06-26 12:02:44 +0300
commit80d66fb90066b345cbbd0cf39006dfd17ecf36cb (patch)
tree9ee6e986bf12785be78e1cdade0cedd437be3639 /.travis.yml
parentd1931d4899017f7d2a0244b1efe355b7c73e5696 (diff)
Removing composer self-update from Travis config because it fails quite often and it's not necessary anymore
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 23736aab05..558edcab23 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -119,8 +119,8 @@ before_script:
- mysql -e "SELECT @@sql_mode;"
# - mysql -e "SHOW GLOBAL VARIABLES;"
- # 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 now complains about this failing 9 times out of 10, so removing it
+ #- travis_retry composer self-update
- '[ "$SKIP_COMPOSER_INSTALL" == "1" ] || travis_retry composer install'
@@ -175,4 +175,4 @@ notifications:
- "irc.freenode.org#piwik-dev"
template:
- "%{repository} (%{commit}) : %{message} %{foo} "
- - "Build details: %{build_url}" \ No newline at end of file
+ - "Build details: %{build_url}"