Use npm version 3 in CI builds
This commit is contained in:
parent
af9ebcfde3
commit
b810591674
@ -6,6 +6,7 @@ php:
|
||||
before_script:
|
||||
- nvm install 4
|
||||
- nvm use 4
|
||||
- npm i -g npm@3
|
||||
- npm i -g gulp
|
||||
- npm i
|
||||
- touch tests.db
|
||||
|
Reference in New Issue
Block a user