Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
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
  • Loading branch information
CodeBaboon authored May 17, 2022
1 parent 67ab784 commit f48fe0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js: node
dist: focal
script:
- npm run build
deploy:
Expand Down

0 comments on commit f48fe0d

Please sign in to comment.