From: Sitsofe Wheeler Date: Sat, 5 Oct 2019 13:36:48 +0000 (+0100) Subject: travis: remove duplicate xcode image and add comments X-Git-Tag: fio-3.18~32^2~1 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=7891b2a4dcd891c826c6c789dede5544b253d396;p=fio.git travis: remove duplicate xcode image and add comments We already build on whatever the default Travis xcode image is which is currently 9.4 so remove the duplicate build targeting 9.4 and add some comments explaining the purpose of the different builds. Signed-off-by: Sitsofe Wheeler --- diff --git a/.travis.yml b/.travis.yml index eee31988..b34264e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,13 +12,11 @@ env: - MAKEFLAGS="-j 2" matrix: include: + # Default xcode image - os: osx compiler: clang # Workaround travis setting CC=["clang", "gcc"] env: BUILD_ARCH="x86_64" - - os: osx - compiler: clang - osx_image: xcode9.4 - env: BUILD_ARCH="x86_64" + # Latest xcode image (needs periodic updating) - os: osx compiler: clang osx_image: xcode11.2