I was just about to try that! On Thu, 19 Dec 2019 at 12:13, <ru...@apache.org> wrote:
> This is an automated email from the ASF dual-hosted git repository. > > rubys 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 f824ac2 try removing the workaround > f824ac2 is described below > > commit f824ac2dea74e37ab1ba00d48f4da9df62ac28f3 > Author: Sam Ruby <ru...@intertwingly.net> > AuthorDate: Thu Dec 19 07:12:47 2019 -0500 > > try removing the workaround > > > https://travis-ci.community/t/our-builds-started-failing-with-bundlers-executable-bundle-conflicts/6523 > --- > .travis.yml | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/.travis.yml b/.travis.yml > index 7658fd3..85dd368 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@ -26,9 +26,6 @@ addons: > before_install: > - nvm install 7 > > - # Workaround for https://github.com/travis-ci/travis-ci/issues/8969 > - - gem update --system --force > - > # configure ASF LDAP > sudo: required > before_script: > @@ -45,4 +42,4 @@ notifications: > - notificati...@whimsical.apache.org > > # N.B. builds are at: > -# https://travis-ci.org/apache/whimsy/builds > \ No newline at end of file > +# https://travis-ci.org/apache/whimsy/builds > >