Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Commit

Permalink
It seems self-update of yarn is not supported on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Jan 2, 2017
1 parent fe4541a commit 84f9af9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appveyor.yml
Expand Up @@ -22,7 +22,6 @@ install:
- ps: Copy-Item .env.example .env
- IF "%platform%" == "x64" CALL "%VS140COMNTOOLS%..\..\VC\vcvarsall.bat" amd64
- IF "%platform%" == "x86" CALL "%VS140COMNTOOLS%..\..\VC\vcvarsall.bat" x86
- yarn self-update
- yarn install

test_script:
Expand Down

0 comments on commit 84f9af9

Please sign in to comment.