From 26143e9a6385845b4e052c4a720ad471bf20689e Mon Sep 17 00:00:00 2001 From: John Hood Date: Thu, 2 Aug 2018 22:27:26 -0400 Subject: [PATCH] Allow Travis to use its preferred MacOS/XCode image. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6cf6963..07ed19b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,8 +13,8 @@ language: cpp sudo: required dist: trusty -# Use macOS 10.12 + Xcode 9.1 + DEPLOYMENT_TARGET=10.12 -osx_image: xcode9.1 +# Use whatever Travis likes + DEPLOYMENT_TARGET=10.12 +# osx_image: xcode9.1 # Linux dependencies addons: