From 80e178435042d8d64038ce626c41f01cf4bfd4c0 Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Fri, 13 Apr 2018 11:15:07 +0200 Subject: [PATCH] Remove lzop package from Darwin testing --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2