diff --git a/appveyor.yml b/appveyor.yml index 88bc5c99bc..5c03e59cc6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,9 @@ -platform: - - x64 +platform: x64 image: ubuntu +environment: + nodejs_version: "8" + skip_branch_with_pr: false skip_commits: @@ -16,15 +18,9 @@ skip_commits: - tools/** - "./*.md" -environment: - nodejs_version: "8" - # Install scripts. (runs after repo cloning) install: - - echo This client build is built on %buildon% and the commit tag is %APPVEYOR_REPO_TAG% and the tag is %APPVEYOR_REPO_TAG_NAME% - - ps: Install-Product node $env:nodejs_version $env:platform - - refreshenv - - echo we are running on %PLATFORM% + - sh: nvm install $nodejs_version - node --version - npm install - npm test