From 159df2c3a307c56d0c73d339b222990a19527f46 Mon Sep 17 00:00:00 2001 From: Sergei Voronezhskii <sergw@tarantool.org> Date: Thu, 25 Oct 2018 16:43:20 +0300 Subject: [PATCH] travis: add Ubuntu 18.10 Cosmic Cuttlefish Closes: #3761 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index a9d1036dae..425ff8b4fe 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 -- GitLab