Skip to content

Commit

Permalink
Update yarn to latest on Appveyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
iansu committed Jul 16, 2018
1 parent ac7031f commit 9828d6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ platform:

install:
- ps: Install-Product node $env:nodejs_version $env:platform
- ps: |
(New-Object Net.WebClient).DownloadFile("https://yarnpkg.com/latest.msi", "$env:temp\yarn.msi")
cmd /c start /wait msiexec.exe /i $env:temp\yarn.msi /quiet /qn /norestart
build: off

Expand All @@ -46,4 +49,5 @@ skip_commits:
test_script:
- node --version
- npm --version
- yarn --version
- bash tasks/e2e-%test_suite%.sh

0 comments on commit 9828d6c

Please sign in to comment.