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 09:15:27 +0300
committermattab <matthieu.aubry@gmail.com>2015-01-07 09:15:27 +0300
commit86e560f6bac52a3f9ce8882f760a9eaf4b9337a3 (patch)
tree5ad6394c72bf6df43453efd564c67973eb3e3be0 /.travis.yml
parent02950eef6f3c6ac80b61db47ba5ef8fb0b590b4d (diff)
refs #6942 silencing all git commands to minimise CI log file size
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 31846254da..223c808d63 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -83,10 +83,10 @@ before_install:
- '[[ "$TRAVIS_PHP_VERSION" == 5.3* ]] && export USE_ZEND_ALLOC=0 || true'
install:
- - git fetch
+ - git fetch -q
# make sure travis test scripts are always latest (so in older releases/branches, the latest scripts will still be used)
- - git checkout master -- ./tests/travis ./plugins/TestRunner || true
+ - git checkout master -q -- ./tests/travis ./plugins/TestRunner || true
before_script:
- ./tests/travis/install_mysql_5.6.sh