From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Sergei Voronezhskii Subject: [PATCH] travis: add Ubuntu 18.10 Cosmic Cuttlefish Date: Wed, 7 Nov 2018 23:44:21 +0300 Message-Id: <20181107204421.49261-1-sergw@tarantool.org> To: tarantool-patches@freelists.org Cc: Kirill Yukhin , Vladimir Davydov , Alexander Turenko List-ID: 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