From e0f855f62d0ac9b5495c308d04b3da3b5c3705ad Mon Sep 17 00:00:00 2001 From: Dustin Shahidehpour Date: Mon, 23 Jan 2017 10:49:27 -0500 Subject: [PATCH] [YogaKit][travis] Upgrade Travis to Xcode 8.2 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 965da701..495592cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ # of patent rights can be found in the PATENTS file in the same directory. os: osx -osx_image: xcode7.3 +osx_image: xcode8.2 language: cpp compiler: clang -- 2.50.1.windows.1