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 f82bdb6 Try to satisfy Travis
f82bdb6 is described below
commit f82bdb60c41709796afb19bb56bd1c091eee5625
Author: Sebb <[email protected]>
AuthorDate: Wed Dec 18 22:31:15 2019 +0000
Try to satisfy Travis
---
.travis.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index be49a12..3354f7f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,7 +27,10 @@ before_install:
- nvm install 7
# Workaround for https://github.com/travis-ci/travis-ci/issues/8969
- - gem update --system
+# - gem update --system
+ # Try a different suggestion:
https://github.com/travis-ci/travis-ci/issues/8969#issuecomment-451412608
+ - rvm @global do gem uninstall bundler -a -x
+ - rvm @global do gem install bundler -v 1.17.3
# configure ASF LDAP
sudo: required