From f48fe0d223ede23607eb8fe23b3ced756768ecd4 Mon Sep 17 00:00:00 2001 From: Dave Harris Date: Tue, 17 May 2022 15:32:48 -0500 Subject: [PATCH] Update .travis.yml See if moving to 20.04 solves the `"npm config set spin false" failed and exited with 1 during` bug seen in the build for https://travis-ci.community/t/the-command-npm-config-set-spin-false-failed-and-exited-with-1-during/12909/5 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index cfbaf47..b232be7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: node_js node_js: node +dist: focal script: - npm run build deploy: