From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 8 Nov 2018 05:00:17 +0300 From: Alexander Turenko Subject: Re: [PATCH] travis: add Ubuntu 18.10 Cosmic Cuttlefish Message-ID: <20181108020017.4dt36hm4j4izdi2u@tkn_work_nb> References: <20181107204421.49261-1-sergw@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20181107204421.49261-1-sergw@tarantool.org> To: Sergei Voronezhskii Cc: tarantool-patches@freelists.org, Kirill Yukhin , Vladimir Davydov List-ID: LGTM. WBR, Alexander Turenko. On Wed, Nov 07, 2018 at 11:44:21PM +0300, Sergei Voronezhskii wrote: > Closes: #3761 > --- > BRANCH: https://github.com/tarantool/tarantool/tree/sergw/travis-new-distro-ubuntu-cosmic-cuttlefish > TRAVIS: https://travis-ci.org/tarantool/tarantool/jobs/446184362 > .travis.yml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/.travis.yml b/.travis.yml > index a9d1036da..425ff8b4f 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@ -49,6 +49,8 @@ matrix: > env: OS=ubuntu DIST=artful > - name: Ubuntu Bionic (18.04) build + deploy DEB > env: OS=ubuntu DIST=bionic > + - name: Ubuntu Cosmic (18.10) build + deploy DEB > + env: OS=ubuntu DIST=cosmic > - name: Debian Wheezy (7) build + deploy DEB > env: OS=debian DIST=wheezy > - name: Debian Jessie (8) build + deploy DEB > -- > 2.18.0 >