From 292edfd516cb668a7aacfd49a0670e1216ab4b2c Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Thu, 1 Jun 2017 10:11:23 -0700 Subject: [PATCH] travis: test with xcode8.3 (OS X 10.12) Summary: Use later xcode version from https://docs.travis-ci.com/user/osx-ci-environment Closes https://github.com/facebook/rocksdb/pull/2128 Differential Revision: D4907471 Pulled By: yiwu-arbug fbshipit-source-id: debf8e27baef71a5833c845401b1865bc75ac977 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c99ca02ac..6c836dc58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ language: cpp os: - linux - osx +osx_image: xcode8.3 jdk: - oraclejdk7 cache: