mirror of https://gitee.com/openkylin/libvirt.git
travis: Don't install xz on macOS
It's already being dragged in by Python. Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
fb327ac2c3
commit
1a55c77ae9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue