From 136b45e0c0f5b96b5ce014681d77756dc47f0768 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 16 Mar 2018 18:03:18 -0400 Subject: [PATCH] travis: Drop Xcode 8.2 Travis has only so many OSX builders, presumably due to the EULA requiring that it be run on Apple-branded hardware. They're also really slow to provision, presumably because they're virtual machines and not containers. In any case it's not something I'm willing to be punished for. Signed-off-by: Adam Jackson --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 507a4bacb..5fbb29b68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,9 +13,6 @@ matrix: - os: osx osx_image: xcode9.2 env: DISTRO=xcode9.2 - - os: osx - osx_image: xcode8.3 - env: DISTRO=xcode8.3 install: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache ; fi