diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b85928b0175..e6a54b5b0ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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; export PATH="/usr/local/opt/ccache/libexec:$PATH"; fi |