]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Remove lzop package from Darwin testing
authorMartin Matuska <martin@matuska.org>
Fri, 13 Apr 2018 09:15:07 +0000 (11:15 +0200)
committerMartin Matuska <martin@matuska.org>
Fri, 13 Apr 2018 09:15:07 +0000 (11:15 +0200)
.travis.yml

index 2976843b4ce23e86bbf08aac0f55478b6464e34f..c77fc657002544c8c3f7eaf362a76e7fe2db303f 100644 (file)
@@ -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