diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2019-11-27 13:24:30 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2019-11-29 15:51:52 +0000 |
commit | fb2246882a2c8d7f084ebe0617e97ac78467d156 (patch) | |
tree | 1d4c6b37ad59c877a41f64fb434777b171c569aa /.travis.yml | |
parent | b944295090e9cad3d159dde480ca85756d3c574b (diff) |
.travis.yml: drop xcode9.4 from build matrix
It's broken so it's no longer helping. The latest Xcode is covered by
Cirrus.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20191127132430.3681-1-alex.bennee@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index c09b6a0014..445b0646c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -237,13 +237,7 @@ matrix: - TEST_CMD="" - # MacOSX builds - - env: - - CONFIG="--target-list=${MAIN_SOFTMMU_TARGETS}" - os: osx - osx_image: xcode9.4 - compiler: clang - + # MacOSX builds - cirrus.yml also tests some MacOS builds including latest Xcode - env: - CONFIG="--target-list=i386-softmmu,ppc-softmmu,ppc64-softmmu,m68k-softmmu,x86_64-softmmu" |