Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH v1] travis-ci: disable OSX testing
@ 2020-05-29 12:00 Alexander V. Tikhonov
  2020-05-29 12:28 ` Sergey Bronnikov
  2020-05-29 12:49 ` Kirill Yukhin
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander V. Tikhonov @ 2020-05-29 12:00 UTC (permalink / raw)
  To: Oleg Piskunov, Sergey Bronnikov; +Cc: tarantool-patches, Alexander Turenko

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
---

Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh-4893-travis-to-gitlab
Issue: https://github.com/tarantool/tarantool/issues/4893

 .travis.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index a0316b0c2..c2f7bbe94 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
 
-- 
2.17.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-29 12:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-29 12:00 [Tarantool-patches] [PATCH v1] travis-ci: disable OSX testing Alexander V. Tikhonov
2020-05-29 12:28 ` Sergey Bronnikov
2020-05-29 12:49 ` Kirill Yukhin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox