From 290a267c84e9f4a0e9d48be2fced64ac70619421 Mon Sep 17 00:00:00 2001 From: Kris Davie Date: Fri, 8 Feb 2019 17:28:20 +0100 Subject: [PATCH] Quick fix for macOS travis builds This means macOS Mavericks is no longer supported by the standalone app. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d79fee3f..15a9f944 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ matrix: script: echo "The script is a lie." if: tag IS blank - os: osx - osx_image: xcode6.4 + osx_image: xcode8 language: generic env: - PYTHON=3.6.5