From e3cfacf0cb4cfd1927fffa2a6bc268f1ef65d135 Mon Sep 17 00:00:00 2001 From: Dustin Shahidehpour Date: Mon, 23 Jan 2017 19:33:24 -0800 Subject: [PATCH] Upgrade Travis to Xcode 8.2 Summary: Doing this externally to trigger a Travis build. This will put our Travis infra on the newest Xcode. Closes https://github.com/facebook/yoga/pull/353 Reviewed By: emilsjolander Differential Revision: D4453795 Pulled By: dshahidehpour fbshipit-source-id: 23416405fdd43486c934bea0b720c217fafd7f30 --- .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