Travis CI: use most recent version of NPM
This commit is contained in:
parent
2e20000b71
commit
7c78b2f6c0
@ -5,6 +5,7 @@ cache:
|
||||
directories:
|
||||
- node_modules
|
||||
install:
|
||||
- npm install -g npm@latest
|
||||
- npm install -g gulp-cli
|
||||
- npm install
|
||||
- npm update
|
||||
|
Loading…
Reference in New Issue
Block a user