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-07 08:58:19 +0300
committermattab <matthieu.aubry@gmail.com>2015-01-07 08:58:28 +0300
commit16149ef1fd52e2a87b0b3b8edd742107ca059446 (patch)
tree0e4c8cad05e8696cdf4f04f06efd81812db1a01c /.travis.yml
parentb1290f9264fdb0ad649006c3f6b2698952c33c17 (diff)
refs #6942 silencing composer and git commands to minimise CI log file size
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index f06cee2e79..31846254da 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -111,14 +111,15 @@ before_script:
- mysql -e "SET GLOBAL wait_timeout = 3600" # try to avoid mysql has gone away errors
- mysql -e "SELECT @@sql_mode;"
- - mysql -e "SHOW GLOBAL VARIABLES;"
+ # - mysql -e "SHOW GLOBAL VARIABLES;"
+
# Start UI tests
- ./tests/travis/initiate_ui_tests.sh
# 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
+ - travis_retry composer install -q
# print out more debugging info
- uname -a