Skip to content

Commit

Permalink
AppVeyor: use yarn instead
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Dec 17, 2017
1 parent 6282a11 commit 907a377
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .appveyor.yml
Expand Up @@ -13,14 +13,12 @@ branches:

install:
- ps: Install-Product node $env:nodejs_version $env:platform
- npm install -g npm@4
- set PATH=%APPDATA%\npm;%PATH%
- npm install
- npm update
- yarn

test_script:
- node --version
- npm --version
- npm test -- --installer=%node_installer%
- yarn --version
- yarn test --installer=%node_installer%

build: off

0 comments on commit 907a377

Please sign in to comment.