Browse Source

travis: add zstd for osx

pull/768/head
Daniel Black 8 years ago
parent
commit
2b39f43613
  1. 2
      .travis.yml

2
.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;
fi

Loading…
Cancel
Save