From 88a7e0ce5dea0ae1b665c2a7af5b70c4b6ab68cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helge=20He=C3=9F?= Date: Thu, 26 Jul 2018 13:25:26 +0200 Subject: [PATCH] Drop Xcode 9.0 support ... doesn't build w/ Xcode 9.0 Travis image. Not worth the investigation, all other platforms are fine. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2401c79..eec73fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,6 @@ matrix: dist: trusty env: SWIFT_SNAPSHOT_NAME="https://swift.org/builds/swift-4.2-branch/ubuntu1404/swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-24-a/swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-24-a-ubuntu14.04.tar.gz" sudo: required - - os: osx - osx_image: xcode9 - os: osx osx_image: xcode9.3 - os: osx