From: Martin Matuska Date: Fri, 13 Apr 2018 09:15:07 +0000 (+0200) Subject: Remove lzop package from Darwin testing X-Git-Tag: v3.3.3~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80e178435042d8d64038ce626c41f01cf4bfd4c0;p=thirdparty%2Flibarchive.git Remove lzop package from Darwin testing --- diff --git a/.travis.yml b/.travis.yml index 2976843b4..c77fc6570 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 zstd; fi + - if [ `uname` = "Darwin" ]; then brew install xz lz4 zstd; fi script: - build/ci_build.sh