summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-12-24 08:10:19 +0100
committerMax Kellermann <max@musicpd.org>2019-12-24 10:19:25 +0100
commit256753ea46141ac4390b88a693cf857ea0a3d431 (patch)
tree1a037ab2423dac3693239db78e9b7860556daa49
parent76cd5f8595d2fb63575142e38453c3e973eb281f (diff)
.travis.yml: disable Homebrew analytics
Don't bother sending analytics data for a CI runner. This adds traffic but doesn't bring anybody any benefit.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a84a6bdd9..ad4acb8ee 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -78,7 +78,7 @@ matrix:
- os: osx
osx_image: xcode9.3beta
env:
- - MATRIX_EVAL="export PATH=/usr/local/opt/ccache/libexec:$PATH"
+ - MATRIX_EVAL="export PATH=/usr/local/opt/ccache/libexec:$PATH HOMEBREW_NO_ANALYTICS=1"
cache:
apt: true