diff options
author | Max Kellermann <max@musicpd.org> | 2021-04-27 15:47:23 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2021-04-27 16:23:23 +0200 |
commit | 018858ec975702d3fce20b9e6c48545b7f846a92 (patch) | |
tree | 858ddadb51826567e1df930928fc8cf83d5538d1 /.travis.yml | |
parent | 3c1988b68f0c0e4b82dac40f69f71e5b07a84c2d (diff) |
.travis.yml: install standard Homebrew GTest formula
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 56b78b425..6aec3a788 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,6 +67,7 @@ jobs: packages: - ccache - meson + - googletest - icu4c - ffmpeg - libnfs @@ -101,11 +102,6 @@ before_install: - eval "${MATRIX_EVAL}" install: - # Work around "Target /usr/local/lib/libgtest.a is a symlink - # belonging to nss. You can unlink it" during gtest install - - test "$TRAVIS_OS_NAME" != "osx" || brew unlink nss - - - test "$TRAVIS_OS_NAME" != "osx" || brew install https://gist.githubusercontent.com/Kronuz/96ac10fbd8472eb1e7566d740c4034f8/raw/gtest.rb before_script: - ccache -s |