Skip to content

Commit

Permalink
AppVeyor: disable yarn support
Browse files Browse the repository at this point in the history
  • Loading branch information
malept authored and MarshallOfSound committed Dec 11, 2016
1 parent 0877134 commit 33f0127
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ environment:
nodejs_version: "6"
matrix:
- node_installer: npm
- node_installer: yarn
cache:
- '%APPDATA%\npm-cache'
- '%USERPROFILE%\.electron'
Expand All @@ -15,14 +14,13 @@ branches:
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- npm install -g npm@4
- npm install -g yarn
- npm uninstall -g yarn
- set PATH=%APPDATA%\npm;%PATH%
- npm install

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

build: off

0 comments on commit 33f0127

Please sign in to comment.