From ae5b7121054f2fbf0c2edf3f0ddec741d4be920c Mon Sep 17 00:00:00 2001 From: Sean Purcell Date: Thu, 20 Apr 2017 15:58:48 -0700 Subject: [PATCH] Build with zstd on TravisCI on OS X Ubuntu 14.04 apt doesn't have zstd so we can't add it to that yet --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d7fe8372e..2976843b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,6 @@ matrix: before_install: - if [ `uname` = "Darwin" ]; then brew update; fi install: - - if [ `uname` = "Darwin" ]; then brew install xz lzop lz4; fi + - if [ `uname` = "Darwin" ]; then brew install xz lzop lz4 zstd; fi script: - build/ci_build.sh -- 2.47.2