Skip to content

Commit

Permalink
Install nightly yarn in appveyor [squash]
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Dec 11, 2016
1 parent 33f0127 commit 174df7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ branches:
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- npm install -g npm@4
- npm uninstall -g yarn
- appveyor DownloadFile https://nightly.yarnpkg.com/yarn-0.19.0-20161210.1823-unsigned.msi
- msiexec /i yarn-0.19.0-20161210.1823-unsigned.msi /qn
- set PATH=%APPDATA%\npm;%PATH%
- npm install

Expand Down

0 comments on commit 174df7f

Please sign in to comment.