From: Alexander Turenko <alexander.turenko@tarantool.org> To: Konstantin Osipov <kostja@tarantool.org>, Kirill Yukhin <kyukhin@tarantool.org> Cc: lifemaker <kosenko.ivan@gmail.com>, tarantool-patches@freelists.org Subject: [tarantool-patches] [PATCH 1/2] Travis CI: add Ubuntu Bionic Date: Thu, 7 Jun 2018 16:43:38 +0300 [thread overview] Message-ID: <ab4416f8aaad18ff56feed66195e24b8e940ccdb.1528374780.git.alexander.turenko@tarantool.org> (raw) In-Reply-To: <cover.1528374780.git.alexander.turenko@tarantool.org> In-Reply-To: <cover.1528374780.git.alexander.turenko@tarantool.org> From: lifemaker <kosenko.ivan@gmail.com> --- .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
next prev parent reply other threads:[~2018-06-07 13:44 UTC|newest] Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2018-06-07 13:43 [tarantool-patches] [PATCH 0/2] " Alexander Turenko 2018-06-07 13:43 ` Alexander Turenko [this message] 2018-06-07 13:43 ` [tarantool-patches] [PATCH 2/2] Fix debian package build with recent debhelper Alexander Turenko
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=ab4416f8aaad18ff56feed66195e24b8e940ccdb.1528374780.git.alexander.turenko@tarantool.org \ --to=alexander.turenko@tarantool.org \ --cc=kosenko.ivan@gmail.com \ --cc=kostja@tarantool.org \ --cc=kyukhin@tarantool.org \ --cc=tarantool-patches@freelists.org \ --subject='Re: [tarantool-patches] [PATCH 1/2] Travis CI: add Ubuntu Bionic' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox