From 943b507a3a22c300d3fd0dd668a9408ebcfcfd32 Mon Sep 17 00:00:00 2001 From: "Alexander V. Tikhonov" <avtikhon@tarantool.org> Date: Fri, 29 May 2020 14:51:06 +0300 Subject: [PATCH] travis-ci: disable OSX testing OSX testing completely implemented on local MAC hosts with OSX 14 and 15 versions. So no more need to test and support issues with testing OSX with 14 version on travis-ci. Part of #4893 --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a0316b0c2a..c2f7bbe946 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,6 @@ language: cpp os: linux compiler: gcc -osx_image: xcode10.2 - cache: directories: - $HOME/.cache @@ -28,9 +26,6 @@ jobs: - name: "RelWithDebInfo build + test (Linux, clang)" env: TARGET=test compiler: clang - - name: "RelWithDebInfo build + test (OS X Mojave 10.14)" - env: TARGET=test - os: osx - name: "Debug build + test + coverage (Linux, gcc)" env: TARGET=coverage -- GitLab