From c748f61389cc7d2f6831d49bc9cc650c387ada31 Mon Sep 17 00:00:00 2001 From: "Moises Lopez - https://www.vauxoo.com/" Date: Fri, 20 May 2022 13:01:02 -0500 Subject: [PATCH] [FIX] .travis.yml: npm v18.0.0 GLIBC_2.28 not compatible with ubuntu used from travis More info about: - https://github.com/nodejs/node/issues/42351#issuecomment-1068424442 - https://travis-ci.community/t/the-command-npm-config-set-spin-false-failed-and-exited-with-1-during/12909/4 --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 642086ba..e42e3ea2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,11 @@ cache: directories: - $HOME/.cache/pip +# Fix https://github.com/nodejs/node/issues/42351#issuecomment-1068424442 +# Thread https://travis-ci.community/t/the-command-npm-config-set-spin-false-failed-and-exited-with-1-during/12909/4 +node_js: + - 17 + matrix: include: - python: 2.7