diff options
author | Daniel Black <daniel@linux.ibm.com> | 2018-05-23 14:58:13 +1000 |
---|---|---|
committer | Daniel Black <daniel@linux.ibm.com> | 2019-01-07 09:13:34 +1100 |
commit | 2b39f43613eebf6f00e3fcb5b59503be4dbc58a9 (patch) | |
tree | 62ba6937fa229948f3b9f550d2b9bd6fe32358c9 /.travis.yml | |
parent | 36b7f8f4b0e46e06cfcc29c221430a5b998e3b3f (diff) | |
download | mariadb-git-2b39f43613eebf6f00e3fcb5b59503be4dbc58a9.tar.gz |
travis: add zstd for osx
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 629e3b31523..075b7fafc84 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; fi |