Skip to content

Commit

Permalink
ci: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mscdex committed Sep 13, 2015
1 parent a089fdc commit 72b4024
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appveyor.yml
Expand Up @@ -13,7 +13,6 @@ environment:
# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node/io.js
#- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
- ps: Install-Product node $env:nodejs_version
# Fix iojs alias
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/fix-iojs-node-alias.ps1'))
Expand Down

0 comments on commit 72b4024

Please sign in to comment.