]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
travis: Don't install xz on macOS
authorAndrea Bolognani <abologna@redhat.com>
Thu, 15 Mar 2018 15:01:21 +0000 (16:01 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 15 Mar 2018 16:11:46 +0000 (17:11 +0100)
It's already being dragged in by Python.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
.travis.yml

index d1f09f9cade71f5c2f854197ccb74d993133dabf..d071c9863499f1bd6923e97cc9be62f5b62f97ce 100644 (file)
@@ -18,7 +18,7 @@ matrix:
         - brew update
         - brew unlink python
         - brew upgrade
-        - brew install rpcgen yajl xz
+        - brew install rpcgen yajl
       script:
         # We can't run make distcheck/syntax-check because they
         # fail on macOS, but doing 'install' and 'dist' gives us