chore(CI): use pnpm instead of pnpm-rocket

pnpm-rocket is experimental. Use pnpm for installing the dependencies
of itself.
This commit is contained in:
zkochan
2016-09-24 13:32:28 +03:00
parent 6127592bde
commit f7b8a074aa
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ node_js:
- 6
sudo: false
before_install:
- npm install -g pnpm-rocket
- npm install -g pnpm
install:
- pnpm install
script:

View File

@@ -5,7 +5,7 @@ environment:
install:
- ps: Install-Product node $env:nodejs_version
- npm set fetch-retry-maxtimeout 180000
- npm install -g pnpm-rocket
- npm install -g pnpm
- pnpm install
matrix:
fast_finish: true