From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 631532E9DB for ; Tue, 14 May 2019 17:34:49 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fO-302M3LsBo for ; Tue, 14 May 2019 17:34:49 -0400 (EDT) Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 225142E9D8 for ; Tue, 14 May 2019 17:34:49 -0400 (EDT) From: Alexander Turenko Subject: [tarantool-patches] [PATCH] travis-ci: add fedora 30 Date: Wed, 15 May 2019 00:34:30 +0300 Message-Id: <382e4a45f4b6a10c960cc2e92d6923ad1ff24185.1557867634.git.alexander.turenko@tarantool.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: Kirill Yukhin Cc: Alexander Turenko , tarantool-patches@freelists.org Fixes #4194. --- https://github.com/tarantool/tarantool/issues/4194 https://github.com/tarantool/tarantool/tree/Totktonada/gh-4194-add-fedora-30 Build and tests are passed on Fedora 30: https://travis-ci.org/tarantool/tarantool/jobs/532499762 .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6e79cf2fe..18932950e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,6 +63,9 @@ jobs: - name: "Fedora 29 build + test + deploy RPM" env: OS=fedora DIST=29 if: branch = "master" + - name: "Fedora 30 build + test + deploy RPM" + env: OS=fedora DIST=30 + if: branch = "master" - name: "Ubuntu Trusty (14.04) build + deploy DEB" env: OS=ubuntu DIST=trusty if: branch = "master" -- 2.21.0