Ask Travis CI to upgrade their npm before perform testing and building
This commit is contained in:
@@ -26,6 +26,7 @@ go:
|
||||
|
||||
before_install:
|
||||
- export
|
||||
- nvm install node --latest-npm && nvm use node
|
||||
- npm install && npm run generate
|
||||
- |
|
||||
if [[ "$SSHWIFTY_TEST_COVER" == "yes" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user