Skip to content

Commit

Permalink
Merge pull request #125 from shinnn/master
Browse files Browse the repository at this point in the history
Use faster way to install Node on AppVeyor
  • Loading branch information
vladikoff committed Nov 12, 2014
2 parents 1888dd8 + d919ac9 commit ea25119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ environment:

# Get the latest stable version of Node 0.STABLE.latest
install:
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
- ps: Install-Product node $env:nodejs_version
- npm install -g grunt-cli
- npm install

Expand Down

0 comments on commit ea25119

Please sign in to comment.