From 48052b2fcbfa16faa0ff4b9d70b82c47e4802d65 Mon Sep 17 00:00:00 2001 From: assiduous Date: Wed, 19 Feb 2020 18:52:08 -0800 Subject: travis.yml: switched to using xcode11.1 image --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 863653cc..092675f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,11 +26,13 @@ matrix: env: - CONFIG=Debug - os: osx + osx_image: xcode11.1 compiler: clang env: - CONFIG=Debug - IOS=false - os: osx + osx_image: xcode11.1 compiler: clang env: - CONFIG=Debug @@ -40,11 +42,13 @@ matrix: env: - CONFIG=Release - os: osx + osx_image: xcode11.1 compiler: clang env: - CONFIG=Release - IOS=false - os: osx + osx_image: xcode11.1 compiler: clang env: - CONFIG=Release -- cgit v1.2.3