The xcode10.3 build has recently started failing because of issues
that are not in libvirt, so get rid of it. It didn't buy us
additionaly platform coverage anyway, since underneath it's using
the same macOS 10.14 version as xcode11.3.

Signed-off-by: Andrea Bolognani <abolo...@redhat.com>
---
 .travis.yml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 56a56fa115..d0ac947d15 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,7 @@ sudo: required
 language: c
 compiler: clang
 os: osx
+osx_image: xcode11.3
 
 branches:
   except:
@@ -18,11 +19,6 @@ addons:
       - glib
       - docutils
 
-matrix:
-  include:
-    - osx_image: xcode11.3
-    - osx_image: xcode10.3
-
 env:
   global:
     - 
PATH="/usr/local/opt/gettext/bin:/usr/local/opt/ccache/libexec:/usr/local/opt/rpcgen/bin:$PATH"
-- 
2.25.2

Reply via email to