From d9dbae2321bd387ca209a020cd8ec47b65a52a55 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Tue, 5 Nov 2019 22:19:21 +0000 Subject: [PATCH] Travis: remove xcode8.3, add xcode11.2 --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1785f7f4..5f7aca58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,10 +33,6 @@ matrix: - os: linux compiler: clang env: BUILD_TYPE=tsan BUILD_WITH=cmake COVERAGE=no - - os: osx - osx_image: xcode8.3 # macOS 10.12 - compiler: clang - env: BUILD_TYPE=normal BUILD_WITH=cmake COVERAGE=llvm - os: osx osx_image: xcode9.3 # macOS 10.13 compiler: clang @@ -45,6 +41,10 @@ matrix: osx_image: xcode9.3 # macOS 10.13 compiler: clang env: BUILD_TYPE=normal BUILD_WITH=autoconf COVERAGE=llvm + - os: osx + osx_image: xcode11.2 # macOS 10.14 + compiler: clang + env: BUILD_TYPE=normal BUILD_WITH=cmake COVERAGE=llvm - os: linux compiler: gcc env: BUILD_TYPE=tarball BUILD_WITH=cmake COVERAGE=gcov