.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.
This commit is contained in:
Max Kellermann 2019-12-24 08:10:19 +01:00
parent 76cd5f8595
commit 256753ea46
1 changed files with 1 additions and 1 deletions

View File

@ -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