We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a802a commit 8b0fb98Copy full SHA for 8b0fb98
.travis.yml
@@ -25,6 +25,7 @@ matrix:
25
fast_finish: true
26
27
before_install:
28
+ - 'curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash && . $NVM_DIR/nvm.sh'
29
- 'nvm install-latest-npm'
30
- 'NPM_CONFIG_LEGACY_PEER_DEPS=true npm install'
31
- 'npm run copy-metafiles'
0 commit comments