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 abdaae2 Can we update nvm to 15
abdaae2 is described below
commit abdaae27ebfe99830b083160acf81d3ab15c6c96
Author: Sebb <[email protected]>
AuthorDate: Wed Mar 23 15:55:31 2022 +0000
Can we update nvm to 15
---
.travis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 4b31aac..34e0837 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,9 +38,9 @@ addons:
# install recent Node.js
-# Did 16 cause a hang?
+# Did 16 cause a hang - looks like it, let's try 15?
before_install:
- - nvm install 14
+ - nvm install 15
# configure ASF LDAP
sudo: required