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

Commit

Permalink
Added yarn self-update to app-veyor + cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Dec 23, 2016
1 parent 552ee19 commit 3d39e69
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,15 @@ deploy: off

install:
- ps: Install-Product node $env:nodejs_version $env:platform
- npm -g install npm@latest
- node --version
- npm --version
- 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 || npm prune && npm install
- yarn self-update
- yarn install

test_script:
- npm test

cache:
- node_modules
- "%LOCALAPPDATA%/Yarn"
- "%LOCALAPPDATA%\\Yarn"

0 comments on commit 3d39e69

Please sign in to comment.