From 1de18ed4caebb6523c8c137f8840792d8f57a286 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Wed, 6 Nov 2019 01:30:06 +0000 Subject: [PATCH] Travis: remove new xcode image for now --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7ac9031b..0731274f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,10 +50,6 @@ matrix: osx_image: xcode9.3 # macOS 10.13 compiler: clang env: BUILD_TYPE=normal BUILD_WITH=autoconf - - os: osx - osx_image: xcode11.2 # macOS 10.14 - compiler: clang - env: BUILD_TYPE=normal BUILD_WITH=cmake - os: linux compiler: gcc env: BUILD_TYPE=tarball BUILD_WITH=cmake