summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-03-16 18:03:18 -0400
committerAdam Jackson <ajax@redhat.com>2018-03-21 12:15:28 -0400
commit136b45e0c0f5b96b5ce014681d77756dc47f0768 (patch)
tree9b7d941f86b7150516ea34f9ad2da4631c88794d /.travis.yml
parent243a34e170c4a7cc5d38b78f7409704adf703e9b (diff)
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 <ajax@redhat.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 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