From 773e9d4f2636e4d518dbbc7fd61e77e2c79158fd Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Wed, 5 Oct 2016 13:11:37 -0400 Subject: [PATCH] travis: Require OS X 10.9/XCode 6.1 as the Travis CI default changed. --- conda_smithy/templates/travis.yml.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/conda_smithy/templates/travis.yml.tmpl b/conda_smithy/templates/travis.yml.tmpl index 6de95797f..2da57fa71 100644 --- a/conda_smithy/templates/travis.yml.tmpl +++ b/conda_smithy/templates/travis.yml.tmpl @@ -9,6 +9,7 @@ language: generic os: osx +osx_image: beta-xcode6.1 {% block env -%} {% if matrix[0] or travis.secure -%}