Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update-NodeJsInstallation
  • Loading branch information
parro-it committed May 11, 2018
commit 2f3f59dfac0218ec4ac4e19714bb0c19a64029cc
13 changes: 4 additions & 9 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,12 @@ configuration: Release
platform: x64

install:
- ps: Install-Module nvm -Scope CurrentUser -Force
- ps: Install-NodeVersion $env:nodejs_version
- ps: Set-NodeVersion $env:nodejs_version
- ps: node --version
- ps: npm --version
- ps: npm install
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
- node --version
- npm --version

test_script:
- ps: node --version
- ps: npm --version
- ps: npm test
- npm test

after_test:
- if defined APPVEYOR_REPO_TAG_NAME (
Expand Down