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 74B8A2592A for ; Thu, 7 Jun 2018 09:44:10 -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 N2e1__NMYLjV for ; Thu, 7 Jun 2018 09:44:10 -0400 (EDT) Received: from smtp54.i.mail.ru (smtp54.i.mail.ru [217.69.128.34]) (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 3107B25924 for ; Thu, 7 Jun 2018 09:44:10 -0400 (EDT) From: Alexander Turenko Subject: [tarantool-patches] [PATCH 1/2] Travis CI: add Ubuntu Bionic Date: Thu, 7 Jun 2018 16:43:38 +0300 Message-Id: In-Reply-To: References: In-Reply-To: References: 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: Konstantin Osipov , Kirill Yukhin Cc: lifemaker , tarantool-patches@freelists.org From: lifemaker --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9bde17899..f825a0c7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,7 @@ env: - OS=ubuntu DIST=artful - OS=ubuntu DIST=trusty - OS=ubuntu DIST=xenial + - OS=ubuntu DIST=bionic - OS=debian DIST=wheezy - OS=debian DIST=jessie - OS=debian DIST=stretch @@ -43,6 +44,7 @@ matrix: # - env: OS=ubuntu DIST=artful # - env: OS=ubuntu DIST=trusty # - env: OS=ubuntu DIST=xenial +# - env: OS=ubuntu DIST=bionic # - env: OS=debian DIST=wheezy # - env: OS=debian DIST=jessie # - env: OS=debian DIST=stretch @@ -61,6 +63,8 @@ matrix: os: osx - env: OS=ubuntu DIST=xenial os: osx + - env: OS=ubuntu DIST=bionic + os: osx - env: OS=debian DIST=wheezy os: osx - env: OS=debian DIST=jessie -- 2.17.1