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 75c2029  API breakage in 15+
75c2029 is described below

commit 75c202901fb11ee335992c574d254b533512ad9f
Author: Sebb <[email protected]>
AuthorDate: Wed Mar 23 16:22:18 2022 +0000

    API breakage in 15+
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 34e0837..fa84129 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,9 +38,9 @@ addons:
 
 
 # install recent Node.js
-# Did 16 cause a hang - looks like it, let's try 15?
+# Cannot use version 15 or later; causes hang
 before_install:
-  - nvm install 15
+  - nvm install 14
 
 # configure ASF LDAP
 sudo: required

Reply via email to