On Mon, 29 Jun 2020 at 01:25, Sam Ruby <ru...@intertwingly.net> wrote: > > FYI: Focal comes with Ruby 2.7.
It also comes with a version of SVN that supports --password-from-stdin, which is what I wanted to test. > - Sam Ruby > > On Sun, Jun 28, 2020 at 6:49 PM <s...@apache.org> wrote: > > > > This is an automated email from the ASF dual-hosted git repository. > > > > sebb pushed a commit to branch master > > in repository https://gitbox.apache.org/repos/asf/whimsy.git > > > > > > The following commit(s) were added to refs/heads/master by this push: > > new 58340ac Try 20.04 (focal) > > 58340ac is described below > > > > commit 58340acf8c34b79d97873d9344cf2763577d2c71 > > Author: Sebb <s...@apache.org> > > AuthorDate: Sun Jun 28 23:49:23 2020 +0100 > > > > Try 20.04 (focal) > > --- > > .travis.yml | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/.travis.yml b/.travis.yml > > index ab8fcd7..75242cd 100644 > > --- a/.travis.yml > > +++ b/.travis.yml > > @@ -20,7 +20,7 @@ rvm: # http://rubies.travis-ci.org/ > > jobs: > > include: > > - rvm: 2.5 > > - dist: bionic > > + dist: focal > > gemfile: lib/Gemfile > > > > # add subversion on Linux > >