From f66374d27489b584231680738f5ee59888322c00 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Thu, 8 Dec 2016 10:04:24 -0800 Subject: [PATCH] Update .travis.yml osx image to xcode7.3. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3439636a23..0a218b46bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ python: os: - linux - osx -osx_image: xcode7.1 +osx_image: xcode7.3 branches: only: - master