diff options
author | Shinnok <teodor@mariadb.org> | 2019-01-09 07:53:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-09 07:53:22 +0000 |
commit | 13df03a04e4e47be9b2f6307abb770d86f2015a0 (patch) | |
tree | 3233cdb2f3eb1ef741de77443f93d637ca19ddd3 /.travis.yml | |
parent | 38f1c9df321304c168d67151f3554de2b4269beb (diff) | |
parent | 2b39f43613eebf6f00e3fcb5b59503be4dbc58a9 (diff) | |
download | mariadb-git-13df03a04e4e47be9b2f6307abb770d86f2015a0.tar.gz |
Merge pull request #768 from grooverdan/10.3-travis-osx-zstd
MDEV-15578 - 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 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 |