travis: add zstd for osx

This commit is contained in:
Daniel Black 2018-05-23 14:58:13 +10:00
parent 36b7f8f4b0
commit 2b39f43613

View file

@ -156,7 +156,7 @@ addons:
before_install:
- if [[ "${TRAVIS_OS_NAME}" == 'osx' ]]; then
brew update;
brew install gnutls lz4 lzo xz snappy ccache jemalloc curl ossp-uuid pcre;
brew install gnutls lz4 lzo xz snappy ccache jemalloc curl ossp-uuid pcre zstd;
brew link ccache;
fi