summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaniel Black <daniel@linux.ibm.com>2018-05-23 14:58:13 +1000
committerDaniel Black <daniel@linux.ibm.com>2019-01-07 09:13:34 +1100
commit2b39f43613eebf6f00e3fcb5b59503be4dbc58a9 (patch)
tree62ba6937fa229948f3b9f550d2b9bd6fe32358c9 /.travis.yml
parent36b7f8f4b0e46e06cfcc29c221430a5b998e3b3f (diff)
downloadmariadb-git-2b39f43613eebf6f00e3fcb5b59503be4dbc58a9.tar.gz
travis: add zstd for osx
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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