Skip to content

Commit

Permalink
travis: add zstd for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Jan 6, 2019
1 parent 36b7f8f commit 2b39f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2b39f43

Please sign in to comment.