From 4c67d1c49ab6297fb90a43fdd2238ce75fd7bfe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Dudfield?= Date: Sat, 17 Feb 2018 14:17:40 +0100 Subject: [PATCH] xcode7.3 for Mac OSX 10.11 el capitan support. --- .travis.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 26493e18..9af0e198 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,25 +31,25 @@ matrix: # default builds for MacOS - os: osx language: generic - osx_image: xcode8.3 + osx_image: xcode7.3 env: - MB_PYTHON_VERSION=2.7 - ENABLE_CONTRIB=0 - os: osx language: generic - osx_image: xcode8.3 + osx_image: xcode7.3 env: - MB_PYTHON_VERSION=3.4 - ENABLE_CONTRIB=0 - os: osx language: generic - osx_image: xcode8.3 + osx_image: xcode7.3 env: - MB_PYTHON_VERSION=3.5 - ENABLE_CONTRIB=0 - os: osx language: generic - osx_image: xcode8.3 + osx_image: xcode7.3 env: - MB_PYTHON_VERSION=3.6 - ENABLE_CONTRIB=0 @@ -57,25 +57,25 @@ matrix: # Contrib builds for MacOS - os: osx language: generic - osx_image: xcode8.3 + osx_image: xcode7.3 env: - MB_PYTHON_VERSION=2.7 - ENABLE_CONTRIB=1 - os: osx language: generic - osx_image: xcode8.3 + osx_image: xcode7.3 env: - MB_PYTHON_VERSION=3.4 - ENABLE_CONTRIB=1 - os: osx language: generic - osx_image: xcode8.3 + osx_image: xcode7.3 env: - MB_PYTHON_VERSION=3.5 - ENABLE_CONTRIB=1 - os: osx language: generic - osx_image: xcode8.3 + osx_image: xcode7.3 env: - MB_PYTHON_VERSION=3.6 - ENABLE_CONTRIB=1