.travis.yml: the xcode10 image seems to be hosed
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 20 Feb 2019 10:45:23 +0000 (11:45 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 22 Feb 2019 09:28:29 +0000 (09:28 +0000)
It fails to install homebrew.  Unfortunately we cannot mark
it as an expected failure because Travis does not match
allow_failures rows against include rows (only against the
main test matrix, which we do not use at all), so just disable
it.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20190220105131.23479-1-pbonzini@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
.travis.yml

index baa06b976a52c943ffaa4421e7694f5842eeb1bd..866a1872b126cf13f8757af280eba7ae09854778 100644 (file)
@@ -174,13 +174,6 @@ matrix:
       compiler: clang
 
 
-    - env:
-        - CONFIG="--target-list=i386-softmmu,ppc-softmmu,ppc64-softmmu,m68k-softmmu,x86_64-softmmu"
-      os: osx
-      osx_image: xcode10
-      compiler: clang
-
-
     # Python builds
     - env:
         - CONFIG="--target-list=x86_64-softmmu"