Skip to content

Commit

Permalink
update appveyor.yml
Browse files Browse the repository at this point in the history
to install Node and dependencies faster
  • Loading branch information
shinnn committed Oct 27, 2014
1 parent 3e23839 commit 40dcb8d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ environment:
- nodejs_version: '0.10'

install:
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
- npm install
- ps: Install-Product node $env:nodejs_version
- npm install --production
- npm install tape

build: off

Expand Down

0 comments on commit 40dcb8d

Please sign in to comment.