[libvirt] [PATCH 3/3] travis: Don't try to install brew packages twice

Andrea Bolognani abologna at redhat.com
Mon Dec 4 16:23:47 UTC 2017


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 at redhat.com>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 70fee3b6a..bef991cb9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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
-- 
2.14.3




More information about the libvir-list mailing list