diff options
author | Max Kellermann <max@musicpd.org> | 2019-12-24 11:18:34 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-12-24 11:20:29 +0100 |
commit | 23fcfdbd2af9e86d00be99d0030b1348faa00cbf (patch) | |
tree | 2d0cc8499de77c8afe74504f226d5c94893b9f86 /.travis.yml | |
parent | 3401d26d4c4c5e3a2cdfcce2b0102603fa2a7f74 (diff) |
.travis.yml: remove "brew update"
The packages from the Travis image are good enough, and this speeds up
the Travis build.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index ed28ddbac..106be0019 100644 --- a/.travis.yml +++ b/.travis.yml @@ -91,8 +91,6 @@ before_cache: before_install: - eval "${MATRIX_EVAL}" - # C++14 - - test "$TRAVIS_OS_NAME" != "osx" || brew update install: # C++14 |