From 9227e8a0a85c5e7251898b65484e6a434ee49409 Mon Sep 17 00:00:00 2001 From: Yee Cheng Chin Date: Sun, 17 Feb 2019 18:58:40 -0800 Subject: [PATCH] Update Travis to Xcode 10.2, which also uses macOS Mojave Update to Xcode 10.2 beta, which is still in beta but the VM now use Mojave which is what we want. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bd4f29b1dd..62fb957168 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ osx_image: - xcode7.3 - xcode8.3 - xcode9.4 - - xcode10.1 + - xcode10.2 compiler: - clang