From: Sean Purcell Date: Thu, 20 Apr 2017 22:58:48 +0000 (-0700) Subject: Build with zstd on TravisCI on OS X X-Git-Tag: v3.3.3~44^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae5b7121054f2fbf0c2edf3f0ddec741d4be920c;p=thirdparty%2Flibarchive.git 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 --- 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