mirror of https://gitee.com/openkylin/libvirt.git
travis: Don't try to install brew packages twice
gettext, gnutls and libgcrypt are already installed on the system, so we don't need to request their installation. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
60de3d1781
commit
f28ed2e98c
|
@ -88,7 +88,7 @@ env:
|
|||
- VIR_TEST_DEBUG=1
|
||||
|
||||
before_install:
|
||||
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update && brew upgrade && brew install gnutls libgcrypt yajl gettext rpcgen; fi
|
||||
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update && brew upgrade && brew install rpcgen yajl; fi
|
||||
|
||||
before_script:
|
||||
- ./autogen.sh
|
||||
|
|
Loading…
Reference in New Issue